IPRule Class
IP rule with specific IP or IP range in CIDR format.
Constructor
IPRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
ip_address_or_range
|
Specifies the IP or IP range in CIDR format. Required. |
|
action
|
The action of IP ACL rule. Default value is "Allow". |
Attributes
action
The action of IP ACL rule. Default value is "Allow".
action: Literal['Allow'] | None
ip_address_or_range
Specifies the IP or IP range in CIDR format. Required.
ip_address_or_range: str