gce_make_machinetype_url: Construct a machineType URL
Description
Construct a machineType URL
Usage
gce_make_machinetype_url(predefined_type = NULL, cpus = NULL,
memory = NULL, zone = gce_get_global_zone())
Arguments
cpus
If not defining predefined_type
, the number of CPUs
memory
If not defining predefined_type
, amount of memory
Value
A url for use in instance creation
Details
cpus
must be in multiples of 2 up to 32
memory
must be in multiples of 256