PrefixConfig

PrefixConfig
PrefixConfig
JSON Example
{
    "action": "string",
    "ge": 0,
    "le": 0,
    "network": "string"
}
string
action
Required

Action for the IPPrefix

Possible values are : PERMIT, DENY,
integer As int64 As int64
ge
Optional

Greater than or equal to

integer As int64 As int64
le
Optional

Less than or equal to

string As ipv4-cidr-block As ipv4-cidr-block
network
Optional

If absent, the action applies to all addresses.