NSX-T Data Center REST API

PolicyEdgeTransportNodePnic (type)

{
  "id": "PolicyEdgeTransportNodePnic",
  "module_id": "PolicyEdgeTransportNode",
  "properties": {
    "datapath_network_id": {
      "description": "Distributed portgroup, VLAN logical switch identifier or segment path to which the datapath serving vnics of edge node vm will be connected. If a VM network interface is not configured, it is disconnected and represented as an empty string. For Manual and BM nodes this field is optional.",
      "required": false,
      "title": "A portgroup, logical switch identifier or segment path for datapath connectivity.",
      "type": "string"
    },
    "device_name": {
      "readonly": false,
      "required": true,
      "title": "Device name or key e.g. fp-eth0, fp-eth1 etc.",
      "type": "string"
    },
    "uplink_name": {
      "readonly": false,
      "required": true,
      "title": "Uplink name for this Pnic. This name will be used to reference this Pnic in other configurations.",
      "type": "string"
    }
  },
  "title": "Physical NIC specification",
  "type": "object"
}