IpOverEthernetAddressInfo_addressRange

IpOverEthernetAddressInfo_addressRange
IpOverEthernetAddressInfo_addressRange

An IP address range used, e.g. in case of egress connections. See note.

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.