NSX-T Data Center REST API

DuplicateAddressBindingEntry (type) (Deprecated)

{
  "deprecated": true,
  "extends": {
    "$ref": "AddressBindingEntry"
  },
  "id": "DuplicateAddressBindingEntry",
  "module_id": "LogicalPort",
  "properties": {
    "binding": {
      "$ref": "PacketAddressClassifier",
      "title": "Combination of IP-MAC-VLAN binding"
    },
    "binding_timestamp": {
      "$ref": "EpochMsTimestamp",
      "description": "Timestamp at which the binding was discovered via snooping or manually specified by the user",
      "title": "Timestamp of binding"
    },
    "conflicting_port": {
      "description": "Provides the ID of the port on which the same address bidning exists",
      "required": false,
      "title": "ID of logical port with the same address binding",
      "type": "string"
    },
    "source": {
      "$ref": "AddressBindingSource",
      "default": "UNKNOWN",
      "description": "Source from which the address binding entry was obtained",
      "title": "Address binding source"
    }
  },
  "title": "Duplicate address binding information",
  "type": "object"
}