ExpressRouteGatewayPropertiesBoundsArgs

data class ExpressRouteGatewayPropertiesBoundsArgs(val max: Output<Int>? = null, val min: Output<Int>? = null) : ConvertibleToJava<ExpressRouteGatewayPropertiesBoundsArgs>

Minimum and maximum number of scale units to deploy.

Constructors

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

Properties

Link copied to clipboard
val max: Output<Int>? = null

Maximum number of scale units deployed for ExpressRoute gateway.

Link copied to clipboard
val min: Output<Int>? = null

Minimum number of scale units deployed for ExpressRoute gateway.

Functions

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