vcenter namespace management clusters: ipv4 range

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

Representation:

{
    "subnet_mask""string",
    "starting_address""string",
    "gateway""string",
    "address_count"1
}

Attributes:

Name Type Description
Required
starting_address string The IPv4 address denoting the start of the range.

address_count long The number of IP addresses in the range. Addresses are derived by incrementing vcenter.namespace_management.clusters.ipv4_range.starting_address.

subnet_mask string Subnet mask to be set.

gateway string The IPv4 address of the gateway associated with the range indicated by vcenter.namespace_management.clusters.ipv4_range.starting_address and vcenter.namespace_management.clusters.ipv4_range.address_count.