NamespaceManagementIPRange

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.


Properties

string
address Required

The starting address of the range.


integer as int64
count Required

The number of IP addresses in the range.

JSON Example

{
	"address": "string",
	"count": 0
}

Feedback

Was this page helpful?