NSX-T Data Center REST API

VirtualNetworkInterfaceRuntimeInfo (type)

{
  "description": "Runtime details of virtual network interface of virtual machine.",
  "id": "VirtualNetworkInterfaceRuntimeInfo",
  "module_id": "Inventory",
  "properties": {
    "external_id": {
      "required": true,
      "title": "External Id of virtual network inferface",
      "type": "string"
    },
    "uptv2_active": {
      "description": "This flag specifies whether UPTv2 (Universal Pass-through version 2) is active on the virtual network interface or not. If TRUE, then the virtual network interface works in the pass-through mode. If FALSE, then the virtual network interface still has network connectivity but works in emulated mode and pass-through is not enabled. This flag is NONE, if it is not applicable.",
      "enum": [
        "NONE",
        true,
        false
      ],
      "required": false,
      "title": "UPTv2 runtime status of virtual network interface",
      "type": "string"
    }
  },
  "title": "Runtime details of virtual network interface",
  "type": "object"
}