NSX-T Data Center REST API
StaticIpv6List (type)
{
"extends": {
"$ref": "PolicyIpAssignmentSpec"
},
"id": "StaticIpv6List",
"module_id": "PolicyEdgeTransportNode",
"polymorphic-type-descriptor": {
"type-identifier": "StaticIpv6List"
},
"properties": {
"default_gateway": {
"$ref": "IPv6Address",
"readonly": false,
"required": true,
"title": "Gateway IP"
},
"ip_assignment_type": {
"enum": [
"StaticIpv4",
"StaticIpv4Pool",
"StaticIpv4List",
"Dhcpv4",
"StaticIpv6",
"StaticIpv6Pool",
"StaticIpv6List",
"StaticIpv6MacList",
"StaticIpv4MacList",
"Dhcpv6",
"AutoConf",
"NoAssignment"
],
"required": true,
"type": "string"
},
"ip_list": {
"items": {
"$ref": "IPv6Address"
},
"maxItems": 32,
"readonly": false,
"required": true,
"title": "List of IPv6 IPs for edge transport node host switch virtual tunnel endpoints",
"type": "array"
},
"prefix_length": {
"readonly": false,
"required": true,
"title": "Prefix Length",
"type": "string"
}
},
"title": "IPv6 assignment specification for Static IP List.",
"type": "object"
}