SddcConfig
{
"sddc_template_id": "string",
"storage_capacity": 0,
"vxlan_subnet": "string",
"skip_creating_vxlan": false,
"sddc_type": "string",
"account_link_config": {
"delay_account_link": false
},
"account_link_sddc_config": [
{
"customer_subnet_ids": [
"string"
],
"connected_account_id": "string"
}
],
"num_hosts": 0,
"deployment_type": "string",
"provider": "string",
"sso_domain": "string",
"vpc_cidr": "string",
"name": "string"
}
If provided, configuration from the template will applied to the provisioned SDDC.
The storage capacity value to be requested for the sddc primary cluster, in GiBs. If provided, instead of using the direct-attached storage, a capacity value amount of seperable storage will be used.
VXLAN IP subnet in CIDR for compute gateway
skip creating vxlan for compute gateway for SDDC provisioning
Denotes the sddc type , if the value is null or empty, the type is considered as default.
A list of the SDDC linking configurations to use.
num_hosts
Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.
Determines what additional properties are available based on cloud provider.
The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.
AWS VPC IP range. Only prefix of 16 or 20 is currently supported.
name