NSX-T Data Center REST API
StaticIpv6MacList (type) (Deprecated)
{ "deprecated": true, "extends": { "$ref": "PolicyIpAssignmentSpec" }, "id": "StaticIpv6MacList", "module_id": "PolicyEdgeTransportNode", "polymorphic-type-descriptor": { "type-identifier": "StaticIpv6MacList" }, "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_mac_list": { "items": { "$ref": "Ipv6MacPair" }, "maxItems": 32, "readonly": false, "required": true, "title": "List of IPs and MACs for transport node host switch virtual tunnel endpoints", "type": "array" }, "prefix_length": { "readonly": false, "required": true, "title": "Prefix Length", "type": "string" } }, "title": "IP and MAC assignment specification for Static IPv6 List.", "type": "object" }