NSX-T Data Center REST API
StaticIpv6Pool (type)
{
"extends": {
"$ref": "PolicyIpAssignmentSpec"
},
"id": "StaticIpv6Pool",
"module_id": "PolicyEdgeTransportNode",
"polymorphic-type-descriptor": {
"type-identifier": "StaticIpv6Pool"
},
"properties": {
"ip_assignment_type": {
"enum": [
"StaticIpv4",
"StaticIpv4Pool",
"StaticIpv4List",
"Dhcpv4",
"StaticIpv6",
"StaticIpv6Pool",
"StaticIpv6List",
"StaticIpv6MacList",
"StaticIpv4MacList",
"Dhcpv6",
"AutoConf",
"NoAssignment"
],
"required": true,
"type": "string"
},
"ip_pool": {
"description": "Input can be MP ip pool UUID or policy path of IP pool.",
"readonly": false,
"required": true,
"type": "string"
}
},
"title": "IPv6 assignment specification for Static IP Pool.",
"type": "object"
}