[{"label":"Latest (v1.1)","version":"latest"}]
vmc
ConfigSpec
Represents a configuration spec for any sddc provision operation.
Properties
map of
InstanceTypeConfig
availability
Optional
Map of region to instance types available in that region
integer
expiry_in_days
Optional
Indicates after how many days the sddc should expire
map of
PoweredByInstanceTypeConfig
powered_by
Optional
Map of region to instance types available for the powered by type.
boolean
powered_by_outpost_available
Optional
Indicates if this org supports deployments that are powered by VMC on outposts
array of
string
sddc_sizes
Optional
JSON Example
{
"availability": {
"key": {
"cpu_cores": 0,
"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
},
"hosts": 0,
"hyper_threading_supported": false,
"instanceProvisioningErrorCause": "string",
"instance_type": "string",
"label": "string"
}
},
"expiry_in_days": 0,
"powered_by": {
"key": {
"cpu_cores": 0,
"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
},
"hosts": 0,
"hyper_threading_supported": false,
"instanceProvisioningErrorCause": "string",
"instance_type": "string",
"label": "string",
"powered_by_id": "string",
"powered_by_type": "OUTPOST"
}
},
"powered_by_outpost_available": false,
"sddc_sizes": [
"string"
]
}