[{"label":"Latest (v1.1)","version":"latest"}]
vmc
InstanceTypeBasicConfig
Represents a structure for basic instance type config.
Properties
string
description
Optional
Description of the instance_type.
string
display_name
Optional
Display name of instance_type.
string
instance_type
Optional
Instance type name.
string
label
Optional
Label for instance_type.
JSON Example
{
"description": "string",
"display_name": "string",
"entity_capacity": {
"cpu_capacity_ghz": 0,
"memory_capacity_gib": 0,
"number_of_sockets": 0,
"number_of_ssds": 0,
"storage_capacity_gib": 0,
"total_number_of_cores": 0
},
"instance_type": "string",
"label": "string"
}