Nsx_Ipv4Range

Nsx_Ipv4Range
Nsx_Ipv4Range

The Ipv4Range contains the specification to configure multiple interfaces in IPV4. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

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

The IPv4 address denoting the start of the range. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

size_specifier
Required

The Ipv4Range.SizeSpecifier enumerated type defines the ways to specify the ending address in an IPv4 address range. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ENDING_ADDRESS : The end address of the IPv4 address range is specified by providing the IPv4 end address. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
ADDRESS_COUNT : The end address of the IPv4 address range is derived from the specified starting address and address count. This option is for future use. It is not supported yet. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

string
ending_address
Optional

The IPv4 address denoting the end of the range. The range includes the Ipv4Range.ending-address. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. This field is optional and it is only relevant when the value of Ipv4Range.size-specifier is ENDING_ADDRESS.

integer As int64
address_count
Optional

A positive number denoting the number of IP addresses in the range. Addresses are derived by incrementing Ipv4Range.starting-address. This field is for future use. It is not supported yet. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. This field is optional and it is only relevant when the value of Ipv4Range.size-specifier is ADDRESS_COUNT.

string
subnet_mask
Required

The subnet mask to be set. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.