SddcConfig

SddcConfig
SddcConfig
JSON Example
{
    "msft_license_config": {
        "mssql_licensing": "string",
        "academic_license": false,
        "windows_licensing": "string"
    },
    "vpc_cidr": "string",
    "host_instance_type": "string",
    "skip_creating_vxlan": false,
    "vxlan_subnet": "string",
    "size": "string",
    "outpost_id": "string",
    "storage_capacity": 0,
    "name": "string",
    "account_link_sddc_config": [
        {
            "customer_subnet_ids": [
                "string"
            ],
            "connected_account_id": "string"
        }
    ],
    "sddc_id": "string",
    "num_hosts": 0,
    "sddc_type": "string",
    "account_link_config": {
        "delay_account_link": false
    },
    "provider": "string",
    "sso_domain": "string",
    "sddc_template_id": "string",
    "deployment_type": "string"
}
msft_license_config
Optional

msft_license_config

string
vpc_cidr
Optional

AWS VPC IP range. Only prefix of 16 or 20 is currently supported.

host_instance_type
Optional

host_instance_type

boolean
skip_creating_vxlan
Optional

skip creating vxlan for compute gateway for SDDC provisioning

string
vxlan_subnet
Optional

VXLAN IP subnet in CIDR for compute gateway

string
size
Optional

The size of the vCenter and NSX appliances. "large" sddcSize corresponds to a 'large' vCenter appliance and 'large' NSX appliance. 'medium' sddcSize corresponds to 'medium' vCenter appliance and 'medium' NSX appliance. Value defaults to 'medium'.

Possible values are : nsx_small, medium, large, nsx_large,
string
outpost_id
Optional

Outpost ID of the SDDC. Used only for outpost deployments.

integer As int64 As int64
storage_capacity
Optional

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.

string
name
Required

name

account_link_sddc_config
Optional

A list of the SDDC linking configurations to use.

string As UUID As UUID
sddc_id
Optional

If provided, will be assigned as SDDC id of the provisioned SDDC.

integer As int32 As int32
num_hosts
Required

num_hosts

string
sddc_type
Optional

Denotes the sddc type , if the value is null or empty, the type is considered as default.

account_link_config
Optional

account_link_config

string
provider
Required

Determines what additional properties are available based on cloud provider.

Possible values are : AWS, ZEROCLOUD,
string
sso_domain
Optional

The SSO domain name to use for vSphere users. If not specified, vmc.local will be used.

string As UUID As UUID
sddc_template_id
Optional

If provided, configuration from the template will applied to the provisioned SDDC.

string
deployment_type
Optional

Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ.

Possible values are : SingleAZ, MultiAZ,