AutoscalingPolicy constructor
AutoscalingPolicy({
- Thresholds? consumedMemoryThresholds,
- Thresholds? cpuThresholds,
- Thresholds? grantedMemoryThresholds,
- String? nodeTypeId,
- int? scaleOutSize,
- Thresholds? storageThresholds,
Implementation
AutoscalingPolicy({
this.consumedMemoryThresholds,
this.cpuThresholds,
this.grantedMemoryThresholds,
this.nodeTypeId,
this.scaleOutSize,
this.storageThresholds,
});