NSX-T Data Center REST API

StaticIpv6PoolSpec (type)

{
  "extends": {
    "$ref": "Ipv6AssignmentSpec"
  },
  "id": "StaticIpv6PoolSpec",
  "module_id": "TransportNode",
  "nsx_feature": "L2Ipv6",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpv6PoolSpec"
  },
  "properties": {
    "ipv6_pool_id": {
      "readonly": false,
      "required": true,
      "type": "string"
    },
    "resource_type": {
      "enum": [
        "StaticIpv6PoolSpec",
        "StaticIpv6ListSpec",
        "AssignedByDhcpv6",
        "StaticIpv6MacListSpec",
        "AssignedByAutoConf",
        "NoIpv6"
      ],
      "required": true,
      "type": "string"
    }
  },
  "title": "IPv6 assignment specification for Static IP Pool.",
  "type": "object"
}