InstanceTypeConfigForCluster
InstanceTypeConfigForCluster
Represents a structure for instance type config
JSON Example
{
"instance_type": "string",
"display_name": "string",
"instance_provisioning_error_cause": "string",
"hosts": [
0
],
"entity_capacity": {
"storage_capacity_gib": 0,
"memory_capacity_gib": 0,
"total_number_of_cores": 0,
"number_of_ssds": 0,
"cpu_capacity_ghz": "number",
"number_of_sockets": 0
},
"cpu_cores": [
0
]
}
string
instance_type
Optional
Instance type name.
string
display_name
Optional
Display name of instance_type.
string
instance_provisioning_error_cause
Optional
Error due to which instance provisioning is restricted on the cluster.
array of
integer
hosts
Optional
Array of number of hosts allowed for this operation. Range of hosts user can select for sddc provision
array of
integer
cpu_cores
Optional
Array of valid cpu cores values for the given instance type. Range of cpu cores user can select for new cluster.