- 6.95.1 (latest)
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static interface AutoscalingConfig.AutoscalingLimitsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMaxLimitCase()
public abstract AutoscalingConfig.AutoscalingLimits.MaxLimitCase getMaxLimitCase()
Returns | |
---|---|
Type | Description |
AutoscalingConfig.AutoscalingLimits.MaxLimitCase |
getMaxNodes()
public abstract int getMaxNodes()
Maximum number of nodes allocated to the instance. If set, this number should be greater than or equal to min_nodes.
int32 max_nodes = 3;
Returns | |
---|---|
Type | Description |
int |
The maxNodes. |
getMaxProcessingUnits()
public abstract int getMaxProcessingUnits()
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.
int32 max_processing_units = 4;
Returns | |
---|---|
Type | Description |
int |
The maxProcessingUnits. |
getMinLimitCase()
public abstract AutoscalingConfig.AutoscalingLimits.MinLimitCase getMinLimitCase()
Returns | |
---|---|
Type | Description |
AutoscalingConfig.AutoscalingLimits.MinLimitCase |
getMinNodes()
public abstract int getMinNodes()
Minimum number of nodes allocated to the instance. If set, this number should be greater than or equal to 1.
int32 min_nodes = 1;
Returns | |
---|---|
Type | Description |
int |
The minNodes. |
getMinProcessingUnits()
public abstract int getMinProcessingUnits()
Minimum number of processing units allocated to the instance. If set, this number should be multiples of 1000.
int32 min_processing_units = 2;
Returns | |
---|---|
Type | Description |
int |
The minProcessingUnits. |
hasMaxNodes()
public abstract boolean hasMaxNodes()
Maximum number of nodes allocated to the instance. If set, this number should be greater than or equal to min_nodes.
int32 max_nodes = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxNodes field is set. |
hasMaxProcessingUnits()
public abstract boolean hasMaxProcessingUnits()
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.
int32 max_processing_units = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxProcessingUnits field is set. |
hasMinNodes()
public abstract boolean hasMinNodes()
Minimum number of nodes allocated to the instance. If set, this number should be greater than or equal to 1.
int32 min_nodes = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minNodes field is set. |
hasMinProcessingUnits()
public abstract boolean hasMinProcessingUnits()
Minimum number of processing units allocated to the instance. If set, this number should be multiples of 1000.
int32 min_processing_units = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the minProcessingUnits field is set. |