GoogleIaasConfiguration

GoogleIaasConfiguration
GoogleIaasConfiguration
AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "name": "string",
    "additional_cloud_properties": {},
    "project": "string",
    "associated_service_account": "string",
    "disk_type": "string",
    "vm_type_catalog_name": "string"
}
string
project
Optional

project

string
associated_service_account
Optional

associated_service_account

string
disk_type
Optional
Constraints: default: pd-standard

Name of the Disk Type to use. Determines the performance characteristics of the disk.

Possible values are : pd-standard, pd-balanced, pd-ssd, pd-extreme,
string
vm_type_catalog_name
Optional
Constraints: default: E2_SERIES

Name of the VM type catalog to use. STANDARD_SERIES refers to custom-sized instance types based on CPU and RAM specifications. E2_SERIES refers to the pre-made E2 Series instance sizes provided by Google.

Possible values are : STANDARD_SERIES, E2_SERIES,