PrefixEntry
PrefixEntry
Network prefix entry
JSON Example
{
"action": "string",
"ge": 0,
"le": 0,
"network": "string"
}
string
action
Optional
Action for the prefix list.
Possible values are : PERMIT, DENY,
integer As int32 As int32
ge
Optional
Prefix length greater than or equal to.
integer As int32 As int32
le
Optional
Prefix length less than or equal to.
string
network
Required
Network prefix in CIDR format. "ANY" matches all networks.