NSX-T Data Center REST API
VlanAvailability (type)
{
"additionalProperties": false,
"id": "VlanAvailability",
"module_id": "PolicyGatewayConnection",
"nsx_feature": "VpcTgwSpan",
"properties": {
"span_path": {
"description": "Reference to NetworkSpan object that defines which clusters the available in. Used for cluster based availability.",
"required": false,
"title": "Reference to NetworkSpan object",
"type": "string",
"x-vmw-cross-reference": [
{
"leftType": [
"VlanAvailability"
],
"relationshipType": "VLAN_AVAILABILITY_NETWORK_SPAN_RELATIONSHIP",
"rightType": [
"NetworkSpan"
]
}
]
},
"zone_external_ids": {
"description": "An array of Zone objects identified by their external IDs. Zone object is a vCenter managed object and discovered through NSX inventory. Each Zone object is identified by a \"external_id\" in the inventory. Please refer NSX Zone APIs - GET /fabric/zones - to list all discovered zones GET /fabric/zones/{zone-id} - to view a specific zone configuration.",
"items": {
"type": "string"
},
"maxItems": 10,
"minItems": 0,
"required": false,
"title": "List of Zone external IDs",
"type": "array"
}
},
"title": "Vlan availability",
"type": "object"
}