Description Usage Arguments Details Value
Construct a machineType URL
1 2 | 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_machinetype |
cpus |
If not defining |
memory |
If not defining |
zone |
zone for URL |
cpus
must be in multiples of 2 up to 32
memory
must be in multiples of 256
A url for use in instance creation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.