Package | Description |
---|---|
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
AutoscalingLimits |
AutoscalingLimits.clone() |
AutoscalingLimits |
AutoscalingConfigOverrides.getAutoscalingLimits()
Optional.
|
AutoscalingLimits |
AutoscalingConfig.getAutoscalingLimits()
Required.
|
AutoscalingLimits |
AutoscalingLimits.set(String fieldName,
Object value) |
AutoscalingLimits |
AutoscalingLimits.setMaxNodes(Integer maxNodes)
Maximum number of nodes allocated to the instance.
|
AutoscalingLimits |
AutoscalingLimits.setMaxProcessingUnits(Integer maxProcessingUnits)
Maximum number of processing units allocated to the instance.
|
AutoscalingLimits |
AutoscalingLimits.setMinNodes(Integer minNodes)
Minimum number of nodes allocated to the instance.
|
AutoscalingLimits |
AutoscalingLimits.setMinProcessingUnits(Integer minProcessingUnits)
Minimum number of processing units allocated to the instance.
|
Modifier and Type | Method and Description |
---|---|
AutoscalingConfigOverrides |
AutoscalingConfigOverrides.setAutoscalingLimits(AutoscalingLimits autoscalingLimits)
Optional.
|
AutoscalingConfig |
AutoscalingConfig.setAutoscalingLimits(AutoscalingLimits autoscalingLimits)
Required.
|
Copyright © 2011–2025 Google. All rights reserved.