NSX-T Data Center REST API

VmNicInfo (type)

{
  "description": "Contains a set of information of a VM on the network interfaces present on the partner appliance that needs to be configured by the NSX Manager.",
  "id": "VmNicInfo",
  "module_id": "ServiceInsertionCommonTypes",
  "properties": {
    "nic_infos": {
      "description": "Set of information of a VM on the network interfaces present on the partner appliance that needs to be configured by the NSX Manager.",
      "items": {
        "$ref": "NicInfo"
      },
      "readonly": false,
      "required": true,
      "title": "Set of NIC information of a VM",
      "type": "array"
    }
  },
  "title": "Set of NIC information of a VM",
  "type": "object"
}