DVPortgroupNsxSubnetAddressInfo
DVPortgroupNsxSubnetAddressInfo
The subnet address(es) used for the port group.
Since: vSphere API Release 9.1.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"cidr": [
"string"
]
}
array of
string
cidr
Optional
A list of subnet addresses in CIDR format (IPv4 or IPv6).
In ConfigSpec: unset indicates removing the current CIDR(s). In ConfigInfo: unset indicates no CIDR is assigned to the port group.