GetInstanceAutoscalingConfigAutoscalingLimit

data class GetInstanceAutoscalingConfigAutoscalingLimit(val maxNodes: Int, val maxProcessingUnits: Int, val minNodes: Int, val minProcessingUnits: Int)

Constructors

constructor(maxNodes: Int, maxProcessingUnits: Int, minNodes: Int, minProcessingUnits: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies maximum number of nodes allocated to the instance. If set, this number should be greater than or equal to min_nodes.

Link copied to clipboard

Specifies maximum number of processing units allocated to the instance. If set, this number should be multiples of 1000 and be greater than or equal to min_processing_units.

Link copied to clipboard

Specifies number of nodes allocated to the instance. If set, this number should be greater than or equal to 1.

Link copied to clipboard

Specifies minimum number of processing units allocated to the instance. If set, this number should be multiples of 1000.