AzureFirewallAutoscaleConfigurationArgs

data class AzureFirewallAutoscaleConfigurationArgs(val maxCapacity: Output<Int>? = null, val minCapacity: Output<Int>? = null) : ConvertibleToJava<AzureFirewallAutoscaleConfigurationArgs>

Azure Firewall Autoscale Configuration parameters.

Constructors

Link copied to clipboard
constructor(maxCapacity: Output<Int>? = null, minCapacity: Output<Int>? = null)

Properties

Link copied to clipboard
val maxCapacity: Output<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: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AzureFirewallAutoscaleConfigurationArgs