VpcSpec

VpcSpec
VpcSpec

Specification for VPC related configurations

JSON Example
{
    "vpcNetworkConfigurationType": "One among: VLAN_BACKED_VPC, FULL_STACK_VPC, VPC_UNSUPPORTED, INVALID_TYPE",
    "dtgwSpec": {
        "vlan": 0,
        "gatewayCidr": "string",
        "externalIpBlockCidr": "string",
        "privateTgwIpBlockCidr": "string"
    }
}
string As (VLAN_BACKED_VPC|FULL_STACK_VPC)
vpcNetworkConfigurationType
Optional
Constraints: default: FULL_STACK_VPC

VPC network configuration type. Only applicable for shell domains. Allowed values: VLAN_BACKED_VPC, FULL_STACK_VPC. Defaults to FULL_STACK_VPC when not provided.

dtgwSpec
Optional

Specification for Distributed Transit Gateway aka DTGW

Property Of