public enum NodeGroupAutoscalingPolicy.Mode extends Enum<NodeGroupAutoscalingPolicy.Mode> implements ProtocolMessageEnumThe autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
Protobuf enum google.cloud.compute.v1.NodeGroupAutoscalingPolicy.Mode
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
MODE_UNSPECIFIED |
|
MODE_UNSPECIFIED_VALUE |
|
OFF |
Autoscaling is disabled. |
OFF_VALUE |
Autoscaling is disabled. |
ON |
Autocaling is fully enabled. |
ONLY_SCALE_OUT |
Autoscaling will only scale out and will not remove nodes. |
ONLY_SCALE_OUT_VALUE |
Autoscaling will only scale out and will not remove nodes. |
ON_VALUE |
Autocaling is fully enabled. |
UNDEFINED_MODE |
A value indicating that the enum field is not set. |
UNDEFINED_MODE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|