NSX-T Data Center REST API

NoIpv6 (type)

{
  "description": "This type can be specified in ipv6 assignment spec of host switch if no IPv6 assignment is desired for host switch virtual tunnel endpoints.",
  "extends": {
    "$ref": "Ipv6AssignmentSpec"
  },
  "id": "NoIpv6",
  "module_id": "TransportNode",
  "nsx_feature": "L2Ipv6",
  "polymorphic-type-descriptor": {
    "type-identifier": "NoIpv6"
  },
  "properties": {
    "resource_type": {
      "enum": [
        "StaticIpv6PoolSpec",
        "StaticIpv6ListSpec",
        "AssignedByDhcpv6",
        "StaticIpv6MacListSpec",
        "AssignedByAutoConf",
        "NoIpv6"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "No IPv6 assignment.",
  "type": "object"
}