IPRule Class
Rule to filter client IP address.
Constructor
IPRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
action
|
str or
IPRuleAction
Action when client IP address is matched. Required. "Allow" |
|
value
|
The IP address or IP address range to filter. Required. |
Attributes
action
Action when client IP address is matched. Required. "Allow"
action: str | _models.IPRuleAction
value
The IP address or IP address range to filter. Required.
value: str