| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.clone() |
ReadPoolAutoScaleConfig |
Settings.getReadPoolAutoScaleConfig()
Optional.
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.set(String fieldName,
Object value) |
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setDisableScaleIn(Boolean disableScaleIn)
Indicates whether read pool auto scaling supports scale in operations (removing nodes).
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setEnabled(Boolean enabled)
Indicates whether read pool auto scaling is enabled.
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setMaxNodeCount(Integer maxNodeCount)
Maximum number of read pool nodes to be maintained.
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setMinNodeCount(Integer minNodeCount)
Minimum number of read pool nodes to be maintained.
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setScaleInCooldownSeconds(Integer scaleInCooldownSeconds)
The cooldown period for scale-in operations.
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setScaleOutCooldownSeconds(Integer scaleOutCooldownSeconds)
The cooldown period for scale-out operations.
|
ReadPoolAutoScaleConfig |
ReadPoolAutoScaleConfig.setTargetMetrics(List<TargetMetric> targetMetrics)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Settings |
Settings.setReadPoolAutoScaleConfig(ReadPoolAutoScaleConfig readPoolAutoScaleConfig)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.