AzureFirewallAutoscaleConfiguration Class
Azure Firewall Autoscale Configuration parameters.
Constructor
AzureFirewallAutoscaleConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
min_capacity
|
The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default. |
|
max_capacity
|
The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default. |
Attributes
max_capacity
The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default.
max_capacity: int | None
min_capacity
The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default.
min_capacity: int | None