NamespaceManagement_Clusters_Ipv4Range

NamespaceManagement_Clusters_Ipv4Range
NamespaceManagement_Clusters_Ipv4Range

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.

JSON Example
{
    "starting_address": "string",
    "address_count": 0,
    "subnet_mask": "string",
    "gateway": "string"
}
string
starting_address
Required

The IPv4 address denoting the start of the range.

integer As int64
address_count
Required

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

string
subnet_mask
Required

Subnet mask to be set.

string
gateway
Required

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