EdgePrefixListEntry
A network prefix entry used for routing purposes.
{
"network": "10.22.0.0/22",
"action": "string",
"greaterThanEqualTo": 0,
"lessThanEqualTo": 0
}
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.
Action for the prefix list. This specifies whether the packet from specified network is advertised or not for routing purposes.
The value which the prefix length must be greater than or equal to. Must be less than or equal to 'lessThanEqualTo'
The value which the prefix length must be less than or equal to. Must be greater than or equal to 'greaterThanEqualTo'