EdgePrefixListEntry

EdgePrefixListEntry
EdgePrefixListEntry

A network prefix entry used for routing purposes.

JSON Example
{
    "network": "10.22.0.0/22",
    "action": "string",
    "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.

string
action
Optional

Action for the prefix list. This specifies whether the packet from specified network is advertised or not for routing purposes.

Possible values are : PERMIT, DENY,
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'

Availability
Added in 34.0
Property Of