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.
{
"starting_address": "string",
"address_count": 0,
"subnet_mask": "string",
"gateway": "string"
}
The IPv4 address denoting the start of the range.
The number of IP addresses in the range. Addresses are derived by incrementing Clusters.Ipv4Range.starting-address.
Subnet mask to be set.
The IPv4 address of the gateway associated with the range indicated by Clusters.Ipv4Range.starting-address and Clusters.Ipv4Range.address-count.