NSX-T Data Center REST API

PacketAddressClassifier (type) (Deprecated)

{
  "deprecated": true,
  "description": "A packet is classified to have an address binding, if its address configuration matches with all user specified properties.",
  "id": "PacketAddressClassifier",
  "module_id": "Switching",
  "properties": {
    "ip_address": {
      "$ref": "IPElement",
      "required": false,
      "title": "A single IP address or a subnet, e.g. x.x.x.x or x.x.x.x/y"
    },
    "mac_address": {
      "$ref": "MACAddress",
      "required": false,
      "title": "A single MAC address"
    },
    "vlan": {
      "$ref": "VlanID",
      "required": false
    }
  },
  "title": "Address classifications for a packet",
  "type": "object"
}