NamespaceManagementClustersIpv4Range

The Clusters.Ipv4Range contains specification to configure multiple interfaces in IPv4. The range of IPv4 addresses is derived by incrementing the startingAddress to the specified addressCount. To use the object for a single IPv4 address specification, set addressCount to 1.


Properties

integer as int64
address_count Required

The number of IP addresses in the range. Addresses are derived by incrementing Clusters.Ipv4Range.starting-address.


string
gateway Required

The IPv4 address of the gateway associated with the range indicated by Clusters.Ipv4Range.starting-address and Clusters.Ipv4Range.address-count.


string
starting_address Required

The IPv4 address denoting the start of the range.


string
subnet_mask Required

Subnet mask to be set.

JSON Example

{
	"address_count": 0,
	"gateway": "string",
	"starting_address": "string",
	"subnet_mask": "string"
}

Feedback

Was this page helpful?