NodejsAppLayerLoadBasedAutoScalingUpscaling

data class NodejsAppLayerLoadBasedAutoScalingUpscaling(val alarms: List<String>? = null, val cpuThreshold: Double? = null, val ignoreMetricsTime: Int? = null, val instanceCount: Int? = null, val loadThreshold: Double? = null, val memoryThreshold: Double? = null, val thresholdsWaitTime: Int? = null)

Constructors

constructor(alarms: List<String>? = null, cpuThreshold: Double? = null, ignoreMetricsTime: Int? = null, instanceCount: Int? = null, loadThreshold: Double? = null, memoryThreshold: Double? = null, thresholdsWaitTime: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alarms: List<String>? = null
Link copied to clipboard
val cpuThreshold: Double? = null
Link copied to clipboard
val ignoreMetricsTime: Int? = null
Link copied to clipboard
val instanceCount: Int? = null
Link copied to clipboard
val loadThreshold: Double? = null
Link copied to clipboard
val memoryThreshold: Double? = null
Link copied to clipboard
val thresholdsWaitTime: Int? = null