[{"label":"Latest (v1.1)","version":"latest"}]
vmc

ConfigSpec

Represents a configuration spec for any sddc provision operation.


Properties

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


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"
	]
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Property Of

SddcConfigSpec

Feedback

Was this page helpful?