GoogleIaasConfiguration

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

project

string
auth_json
Optional

auth_json

string
associated_service_account
Required

associated_service_account

string
default_deployment_tag
Required

default_deployment_tag

string
disk_type
Required

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
Required

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,