AutoScaleConfigurationResponse

data class AutoScaleConfigurationResponse(val maxReplicas: Int? = null, val minReplicas: Int? = null, val refreshPeriodInSeconds: Int? = null, val status: String? = null, val targetUtilization: Double? = null)

AutoScale configuration properties.

Constructors

Link copied to clipboard
constructor(maxReplicas: Int? = null, minReplicas: Int? = null, refreshPeriodInSeconds: Int? = null, status: String? = null, targetUtilization: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxReplicas: Int? = null

The maximum number of replicas for each service.

Link copied to clipboard
val minReplicas: Int? = null

The minimum number of replicas for each service.

Link copied to clipboard

Refresh period in seconds.

Link copied to clipboard
val status: String? = null

If auto-scale is enabled for all services. Each service can turn it off individually.

Link copied to clipboard

The target utilization.