AzureFirewallAutoscaleConfigurationResponse

data class AzureFirewallAutoscaleConfigurationResponse(val maxCapacity: Int? = null, val minCapacity: Int? = null)

Azure Firewall Autoscale Configuration parameters.

Constructors

constructor(maxCapacity: Int? = null, minCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Int? = null

The maximum number of capacity units for this azure firewall. Use null to reset the value to the service default.

Link copied to clipboard
val minCapacity: Int? = null

The minimum number of capacity units for this azure firewall. Use null to reset the value to the service default.