NSX-T Data Center REST API

VpcSubnetVlanExtensionStatus (type)

{
  "additionalProperties": false,
  "description": "Contains details about the VLAN ID and VPC gateway connectivity state associated with a VPC subnet.",
  "id": "VpcSubnetVlanExtensionStatus",
  "module_id": "PolicyVpcSubnet",
  "nsx_feature": "DlcCidrSubnetForVpc",
  "properties": {
    "vlan_id": {
      "description": "The VLAN id used for extending to the VPC subnet.",
      "title": "VLAN ID",
      "type": "integer"
    },
    "vpc_gateway_connection_enable": {
      "description": "Indicates whether the VPC gateway connection is enabled for this subnet. This value is configured on the associated Distributed VLAN Connection resource and determines if the subnet is allowed to connect to the VPC gateway.",
      "title": "VPC Gateway Connection Enabled",
      "type": "boolean"
    }
  },
  "title": "VPC Subnet VLAN Extension Status",
  "type": "object"
}