NSX-T Data Center REST API

PortConnectionHypervisor (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "PortConnectionEntity"
  },
  "id": "PortConnectionHypervisor",
  "module_id": "PortConnection",
  "properties": {
    "id": {
      "readonly": true,
      "required": true,
      "title": "Resource ID is mapped to this. (ID is Generated for Edge node groups, since resource will be null)",
      "type": "string"
    },
    "neighbors_list": {
      "items": {
        "$ref": "InterfaceNeighborProperties"
      },
      "type": "array"
    },
    "pnics": {
      "deprecated": true,
      "items": {
        "$ref": "Pnic"
      },
      "type": "array"
    },
    "pnics_list": {
      "items": {
        "$ref": "NodeInterfaceProperties"
      },
      "type": "array"
    },
    "profiles": {
      "items": {
        "$ref": "BaseHostSwitchProfile"
      },
      "type": "array"
    },
    "resource": {
      "$ref": "ManagedResource",
      "readonly": true,
      "required": false,
      "title": "Resource reference with details of the entity"
    }
  },
  "title": "Port Connection Hypervisor/Transport Node Entity",
  "type": "object"
}