vcenter namespace management: IP range
The
IP_range
structure is used to express a range of IP addresses. The formats supported by this structure will depend on the IP addressing scheme that is being used by vSphere Namespaces. Currently, vSphere Namespaces only supports IPv4. This structure was added in vSphere API 7.0.1.0.Representation:
{
"address" : "string",
"count" : 1
}
"address" : "string",
"count" : 1
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
address | string | The starting address of the range. This attribute was added in vSphere API 7.0.1.0. |
count | long | The number of IP addresses in the range. This attribute was added in vSphere API 7.0.1.0. |