NSX-T Data Center REST API

StaticIpv6 (type)

{
  "extends": {
    "$ref": "PolicyIpAssignmentSpec"
  },
  "id": "StaticIpv6",
  "module_id": "PolicyEdgeTransportNode",
  "polymorphic-type-descriptor": {
    "type-identifier": "StaticIpv6"
  },
  "properties": {
    "default_gateway": {
      "description": "Ipv6 default gateway for edge node must be specified if all the nodes it communicates with are not in the same subnet.",
      "items": {
        "$ref": "IPv6Address"
      },
      "maxItems": 1,
      "minItems": 0,
      "required": false,
      "title": "Default IPv6 gateway for the node.",
      "type": "array"
    },
    "ip_assignment_type": {
      "enum": [
        "StaticIpv4",
        "StaticIpv4Pool",
        "StaticIpv4List",
        "Dhcpv4",
        "StaticIpv6",
        "StaticIpv6Pool",
        "StaticIpv6List",
        "StaticIpv6MacList",
        "StaticIpv4MacList",
        "Dhcpv6",
        "AutoConf",
        "NoAssignment"
      ],
      "required": true,
      "type": "string"
    },
    "management_port_subnets": {
      "description": "IPv6 Address and subnet configuration for the management port.",
      "items": {
        "$ref": "IPv6Subnet"
      },
      "maxItems": 1,
      "minItems": 1,
      "required": true,
      "title": "Ipv6 Port subnets for management port.",
      "type": "array"
    }
  },
  "title": "IP assignment specification for a Static IP.",
  "type": "object"
}