NamespaceManagement_IPRange

NamespaceManagement_IPRange
NamespaceManagement_IPRange

The IPRange 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.

JSON Example
{
    "address": "string",
    "count": 0
}
string
address
Required

The starting address of the range.

integer As int64
count
Required

The number of IP addresses in the range.