NSX-T Data Center REST API
EdgeTransportNodeSwitchState (type)
{
"additionalProperties": false,
"description": "States of Tunnel and rtep realized state.",
"id": "EdgeTransportNodeSwitchState",
"module_id": "PolicyEdgeTransportNode",
"properties": {
"remote_tunnel_endpoints": {
"description": "Remote Tunnel Endpoints configuration state.",
"items": {
"$ref": "EdgeTnRemoteTunnelEndpointState"
},
"readonly": true,
"title": "Remote Tunnel Endpoint configuration state",
"type": "array"
},
"switch_name": {
"description": "The name will be unique among all edge tn switches specified in a given Transport Node.",
"readonly": true,
"title": "Edge tn switch name",
"type": "string"
},
"tunnel_endpoints": {
"description": "List of virtual tunnel endpoints which are configured on this switch.",
"items": {
"$ref": "EdgeTnTunnelEndpointState"
},
"readonly": true,
"title": "Tunnel Endpoints configuration state",
"type": "array"
}
},
"title": "EdgeTransportNode switch state",
"type": "object"
}