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

SddcConfigSpec

Represents a configuration spec for a sddc


Properties

map of string
region_display_names Optional

The region name to display names mapping


map of ConfigSpec
sddc_type_config_spec Optional

Map of sddc type to config spec

JSON Example

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

ProvisionSpec

Feedback

Was this page helpful?