BasicAutoscalingAlgorithmResponse

data class BasicAutoscalingAlgorithmResponse(val cooldownPeriod: String, val yarnConfig: BasicYarnAutoscalingConfigResponse)

Basic algorithm for autoscaling.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Duration between scaling events. A scaling period starts after the update operation from the previous event has completed.Bounds: 2m, 1d. Default: 2m.

Link copied to clipboard

Optional. YARN autoscaling configuration.