Package com.google.cloud.compute.v1
Enum NodeGroupAutoscalingPolicy.Mode
- java.lang.Object
-
- java.lang.Enum<NodeGroupAutoscalingPolicy.Mode>
-
- com.google.cloud.compute.v1.NodeGroupAutoscalingPolicy.Mode
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<NodeGroupAutoscalingPolicy.Mode>
- Enclosing class:
- NodeGroupAutoscalingPolicy
public static enum NodeGroupAutoscalingPolicy.Mode extends Enum<NodeGroupAutoscalingPolicy.Mode> implements com.google.protobuf.ProtocolMessageEnum
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
Protobuf enumgoogle.cloud.compute.v1.NodeGroupAutoscalingPolicy.Mode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MODE_UNSPECIFIEDMODE_UNSPECIFIED = 371348091;OFFAutoscaling is disabled.ONAutocaling is fully enabled.ONLY_SCALE_OUTAutoscaling will only scale out and will not remove nodes.UNDEFINED_MODEA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intMODE_UNSPECIFIED_VALUEMODE_UNSPECIFIED = 371348091;static intOFF_VALUEAutoscaling is disabled.static intON_VALUEAutocaling is fully enabled.static intONLY_SCALE_OUT_VALUEAutoscaling will only scale out and will not remove nodes.static intUNDEFINED_MODE_VALUEA value indicating that the enum field is not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NodeGroupAutoscalingPolicy.ModeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<NodeGroupAutoscalingPolicy.Mode>internalGetValueMap()static NodeGroupAutoscalingPolicy.ModevalueOf(int value)Deprecated.static NodeGroupAutoscalingPolicy.ModevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NodeGroupAutoscalingPolicy.ModevalueOf(String name)Returns the enum constant of this type with the specified name.static NodeGroupAutoscalingPolicy.Mode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_MODE
public static final NodeGroupAutoscalingPolicy.Mode UNDEFINED_MODE
A value indicating that the enum field is not set.
UNDEFINED_MODE = 0;
-
MODE_UNSPECIFIED
public static final NodeGroupAutoscalingPolicy.Mode MODE_UNSPECIFIED
MODE_UNSPECIFIED = 371348091;
-
OFF
public static final NodeGroupAutoscalingPolicy.Mode OFF
Autoscaling is disabled.
OFF = 78159;
-
ON
public static final NodeGroupAutoscalingPolicy.Mode ON
Autocaling is fully enabled.
ON = 2527;
-
ONLY_SCALE_OUT
public static final NodeGroupAutoscalingPolicy.Mode ONLY_SCALE_OUT
Autoscaling will only scale out and will not remove nodes.
ONLY_SCALE_OUT = 152713670;
-
UNRECOGNIZED
public static final NodeGroupAutoscalingPolicy.Mode UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_MODE_VALUE
public static final int UNDEFINED_MODE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_MODE = 0;- See Also:
- Constant Field Values
-
MODE_UNSPECIFIED_VALUE
public static final int MODE_UNSPECIFIED_VALUE
MODE_UNSPECIFIED = 371348091;- See Also:
- Constant Field Values
-
OFF_VALUE
public static final int OFF_VALUE
Autoscaling is disabled.
OFF = 78159;- See Also:
- Constant Field Values
-
ON_VALUE
public static final int ON_VALUE
Autocaling is fully enabled.
ON = 2527;- See Also:
- Constant Field Values
-
ONLY_SCALE_OUT_VALUE
public static final int ONLY_SCALE_OUT_VALUE
Autoscaling will only scale out and will not remove nodes.
ONLY_SCALE_OUT = 152713670;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static NodeGroupAutoscalingPolicy.Mode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (NodeGroupAutoscalingPolicy.Mode c : NodeGroupAutoscalingPolicy.Mode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NodeGroupAutoscalingPolicy.Mode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static NodeGroupAutoscalingPolicy.Mode valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static NodeGroupAutoscalingPolicy.Mode forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<NodeGroupAutoscalingPolicy.Mode> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static NodeGroupAutoscalingPolicy.Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-