IpOverEthernetAddressData_ipAddresses_inner_addressRange

IpOverEthernetAddressData_ipAddresses_inner_addressRange
IpOverEthernetAddressData_ipAddresses_inner_addressRange

An IP address range to be used, e.g. in case of egress connections. In case this attribute is present, IP addresses from the range will be used.

JSON Example
{
    "maxAddress": "maxAddress",
    "minAddress": "minAddress"
}
string As IP As IP
minAddress
Required

An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.

string As IP As IP
maxAddress
Required

An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that consists of groups of zero to four hexadecimal digits, separated by colons.