IpOverEthernetAddressInfo_ipAddresses_inner_addressRange

IpOverEthernetAddressInfo_ipAddresses_inner_addressRange
IpOverEthernetAddressInfo_ipAddresses_inner_addressRange

An IP address range used, e.g., in case of egress connections. Exactly one of "addresses" or "addressRange" shall be present.

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.