NSX-T Data Center REST API

Ipv6MacPair (type)

{
  "id": "Ipv6MacPair",
  "module_id": "TransportNode",
  "nsx_feature": "L2Ipv6",
  "properties": {
    "ipv6": {
      "$ref": "IPv6Address",
      "readonly": false,
      "required": true,
      "title": "IP address"
    },
    "mac": {
      "$ref": "MACAddress",
      "readonly": false,
      "required": false,
      "title": "MAC address"
    }
  },
  "title": "IPv6 and MAC pair.",
  "type": "object"
}