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

SddcConfig

Properties

string
name Required

string
provider Required

Determines what additional properties are available based on cloud provider.

Possible values are: AWSZEROCLOUD


integer as int32
num_hosts Required

account_link_config Optional

The account linking configuration, we will keep this one and remove accountLinkSddcConfig finally.


msft_license_config Optional

Indicates the desired licensing support, if any, of Microsoft software.


host_instance_type Optional

Possible values are: i3.metalr5.metali3en.metal


string
deployment_type Optional

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

Possible values are: SingleAZMultiAZ


string
outpost_id Optional

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


account_link_sddc_config Optional

A list of the SDDC linking configurations to use.


string as UUID
sddc_id Optional

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


string as UUID
sddc_template_id Optional

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


string
sddc_type Optional

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


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_smallmediumlargensx_large


boolean
skip_creating_vxlan Optional

skip creating vxlan for compute gateway for SDDC provisioning


string
sso_domain Optional

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


integer 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
vpc_cidr Optional

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


string
vxlan_subnet Optional

VXLAN IP subnet in CIDR for compute gateway

JSON Example

{
	"name": "string",
	"num_hosts": 0,
	"provider": "AWS"
}
[{"label":"Latest (v1.1)","version":"latest"}]
vmc
Used By

AwsSddcConfig

Feedback

Was this page helpful?