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