LbAccessListControl

LbAccessListControl
LbAccessListControl

LbAccessListControl is used to define how IP access list control can filter the connections from clients.

JSON Example
{
    "action": "string",
    "enabled": false,
    "group_id": "string"
}
string
action
Required

ALLOW means connections matching grouping object IP list are allowed and requests not matching grouping object IP list are dropped. DROP means connections matching grouping object IP list are dropped and requests not matching grouping object IP list are allowed.

Possible values are : ALLOW, DROP,
boolean
enabled
Optional

The enabled flag indicates whether to enable access list control option. It is false by default.

string
group_id
Required

The identifier of grouping object which defines the IP addresses or ranges to match the client IP.