NSX-T Data Center REST API
PolicyIpAssignmentSpec (type)
{
"abstract": true,
"id": "PolicyIpAssignmentSpec",
"module_id": "PolicyEdgeTransportNode",
"polymorphic-type-descriptor": {
"mode": "enabled",
"property-name": "ip_assignment_type"
},
"properties": {
"ip_assignment_type": {
"enum": [
"StaticIpv4",
"StaticIpv4Pool",
"StaticIpv4List",
"Dhcpv4",
"StaticIpv6",
"StaticIpv6Pool",
"StaticIpv6List",
"StaticIpv6MacList",
"StaticIpv4MacList",
"Dhcpv6",
"AutoConf",
"NoAssignment"
],
"required": true,
"type": "string"
}
},
"title": "Abstract base type for specification of IPs to be used with edge tn management interface , switch virtual tunnel endpoints or remote tunnel endpoint.",
"type": "object"
}