InstanceTypeConfig
InstanceTypeConfig
Represents a structure for instance type config
AllOf
This class requires all of the following:
JSON Example
{
"vsan_esa_supported": false,
"display_name": "string",
"description": "string",
"instance_type": "string",
"entity_capacity": {
"esa_storage_capacity_gib": 0
},
"label": "string",
"instance_provisioning_error_cause": "string",
"supported_cpu_cores": {
"supported_cpu_cores": [
0
]
},
"hosts": [
0
],
"cpu_cores": [
0
],
"hyper_threading_supported": false
}