NSX-T Data Center REST API

StaticIpv6ListSpec (type)

{
  "extends": {
    "$ref": "Ipv6AssignmentSpec"
  },
  "id": "StaticIpv6ListSpec",
  "module_id": "TransportNode",
  "nsx_feature": "L2Ipv6",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpv6ListSpec"
  },
  "properties": {
    "default_gateway": {
      "$ref": "IPv6Address",
      "readonly": false,
      "required": true,
      "title": "Gateway IP"
    },
    "ipv6_list": {
      "items": {
        "$ref": "IPv6Address"
      },
      "maxItems": 32,
      "readonly": false,
      "required": true,
      "title": "List of IPv6 IPs for transport node host switch virtual tunnel endpoints",
      "type": "array"
    },
    "prefix_length": {
      "readonly": false,
      "required": true,
      "title": "Prefix Length",
      "type": "string"
    },
    "resource_type": {
      "enum": [
        "StaticIpv6PoolSpec",
        "StaticIpv6ListSpec",
        "AssignedByDhcpv6",
        "StaticIpv6MacListSpec",
        "AssignedByAutoConf",
        "NoIpv6"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "IPv6 assignment specification for Static IP List.",
  "type": "object"
}