StandbyContainerGroupPoolElasticityProfileResponse

data class StandbyContainerGroupPoolElasticityProfileResponse(val maxReadyCapacity: Double, val refillPolicy: String? = null)

Specifies the elasticity profile of the standby container group pools.

Constructors

constructor(maxReadyCapacity: Double, refillPolicy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val refillPolicy: String? = null

Specifies refill policy of the pool.