IPv6EndPoint (type)

{
  "description": "IPv6 virtual tunnel end point", 
  "id": "IPv6EndPoint", 
  "module_id": "TransportNode", 
  "nsx_feature": "L2Ipv6", 
  "properties": {
    "default_gateway": {
      "$ref": "IPAddress, 
      "readonly": true, 
      "title": "Default gateway for IPv6"
    }, 
    "ipv6": {
      "$ref": "IPAddress, 
      "description": "Depending upon the EndpointIpConfig used in HostSwitch, IP could be allocated either from DHCP (default) or from Static IP Pool.", 
      "readonly": true, 
      "title": "IPv6 Address of this virtual tunnel endpoint"
    }, 
    "prefix_length": {
      "readonly": true, 
      "title": "Prefix length for IPv6", 
      "type": "string"
    }
  }, 
  "title": "IPv6 end point", 
  "type": "object"
}