[{"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": {}
},
"expiry_in_days": 0,
"powered_by": {
"key": {}
},
"powered_by_outpost_available": false,
"sddc_sizes": [
"string"
]
}