NSX-T Data Center REST API
VnicIpSubnets (type)
{ "description": "IP subnets of a VM vNIC, typically one IPv4 subnet or one IPv6 subnet for single IP-stack, an IPv4 subnet and an IPv6 subnet for dual IP-stack.", "id": "VnicIpSubnets", "module_id": "OverlayAdoption", "properties": { "subnets": { "description": "An array of unique IPv4 and/or IPv6 subnet(s). The order of array elements does not matter. This is an empty array when the vNIC does not have any IP or has only IPv6 link-local IP.", "items": { "$ref": "IPCIDRBlock }, "readonly": false, "required": true, "title": "An array of unique IPv4 and/or IPv6 subnet(s)", "type": "array", "uniqueItems": true } }, "title": "IP subnets of a VM vNIC", "type": "object" }