Construct a machineType URL
gce_make_machinetype_url(predefined_type = NULL, cpus = NULL, memory = NULL, zone = gce_get_global_zone())
predefined_type
: A predefined machine type from gce_list_machinetypecpus
: If not defining predefined_type
, the number of CPUsmemory
: If not defining predefined_type
, amount of memoryzone
: zone for URLA url for use in instance creation
cpus
must be in multiples of 2 up to 32 memory
must be in multiples of 256
Useful links