CommonGatewayPrefixListEntry

CommonGatewayPrefixListEntry
CommonGatewayPrefixListEntry

A network prefix entry used for routing purposes.

JSON Example
{
    "network": "10.22.0.0/22",
    "greaterThanEqualTo": 0,
    "lessThanEqualTo": 0
}
string
network
Optional

The network prefix in CIDR format. If the value is not specified, it will be treated as "ANY" which means match all networks. Both IPv4 and IPv6 formats are supported.

integer As int32 As int32
greaterThanEqualTo
Optional

The value which the prefix length must be greater than or equal to. Must be less than or equal to 'lessThanEqualTo'

integer As int32 As int32
lessThanEqualTo
Optional

The value which the prefix length must be less than or equal to. Must be greater than or equal to 'greaterThanEqualTo'