NSX-T Data Center REST API

PolicyEdgeTransportNodeSwitchSpec (type)

{
  "description": "Edge transport switch specification is used for NSX configured edge transport node.",
  "id": "PolicyEdgeTransportNodeSwitchSpec",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "switches": {
      "description": "Edge Transport Node switches configuration",
      "items": {
        "$ref": "PolicyEdgeTransportNodeSwitch"
      },
      "minItems": 1,
      "required": true,
      "type": "array"
    }
  },
  "title": "Specification of edge transport node switch",
  "type": "object"
}