StandbyContainerGroupPoolElasticityProfileArgs

data class StandbyContainerGroupPoolElasticityProfileArgs(val maxReadyCapacity: Output<Double>, val refillPolicy: Output<Either<String, RefillPolicy>>? = null) : ConvertibleToJava<StandbyContainerGroupPoolElasticityProfileArgs>

Specifies the elasticity profile of the standby container group pools.

Constructors

constructor(maxReadyCapacity: Output<Double>, refillPolicy: Output<Either<String, RefillPolicy>>? = null)

Properties

Link copied to clipboard

Specifies maximum number of standby container groups in the standby pool.

Link copied to clipboard
val refillPolicy: Output<Either<String, RefillPolicy>>? = null

Specifies refill policy of the pool.

Functions

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