ClusterProvisionSpec
ClusterProvisionSpec
Represents a provisioning spec for a new cluster in an sddc.
JSON Example
{
"instance_type_configs": [
{
"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
]
}
]
}
array of
InstanceTypeConfigForCluster
instance_type_configs
Optional
List of instances available for the new cluster.