Package com.google.cloud.compute.v1
Enum InstanceGroupManagerUpdatePolicy.ReplacementMethod
- java.lang.Object
-
- java.lang.Enum<InstanceGroupManagerUpdatePolicy.ReplacementMethod>
-
- com.google.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<InstanceGroupManagerUpdatePolicy.ReplacementMethod>
- Enclosing class:
- InstanceGroupManagerUpdatePolicy
public static enum InstanceGroupManagerUpdatePolicy.ReplacementMethod extends Enum<InstanceGroupManagerUpdatePolicy.ReplacementMethod> implements com.google.protobuf.ProtocolMessageEnum
What action should be used to replace instances. See minimal_action.REPLACE
Protobuf enumgoogle.cloud.compute.v1.InstanceGroupManagerUpdatePolicy.ReplacementMethod
-
-
Enum Constant Summary
Enum Constants Enum Constant Description RECREATEInstances will be recreated (with the same name)SUBSTITUTEDefault option: instances will be deleted and created (with a new name)UNDEFINED_REPLACEMENT_METHODA value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intRECREATE_VALUEInstances will be recreated (with the same name)static intSUBSTITUTE_VALUEDefault option: instances will be deleted and created (with a new name)static intUNDEFINED_REPLACEMENT_METHOD_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 InstanceGroupManagerUpdatePolicy.ReplacementMethodforNumber(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<InstanceGroupManagerUpdatePolicy.ReplacementMethod>internalGetValueMap()static InstanceGroupManagerUpdatePolicy.ReplacementMethodvalueOf(int value)Deprecated.static InstanceGroupManagerUpdatePolicy.ReplacementMethodvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static InstanceGroupManagerUpdatePolicy.ReplacementMethodvalueOf(String name)Returns the enum constant of this type with the specified name.static InstanceGroupManagerUpdatePolicy.ReplacementMethod[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_REPLACEMENT_METHOD
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod UNDEFINED_REPLACEMENT_METHOD
A value indicating that the enum field is not set.
UNDEFINED_REPLACEMENT_METHOD = 0;
-
RECREATE
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod RECREATE
Instances will be recreated (with the same name)
RECREATE = 522644719;
-
SUBSTITUTE
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod SUBSTITUTE
Default option: instances will be deleted and created (with a new name)
SUBSTITUTE = 280924314;
-
UNRECOGNIZED
public static final InstanceGroupManagerUpdatePolicy.ReplacementMethod UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_REPLACEMENT_METHOD_VALUE
public static final int UNDEFINED_REPLACEMENT_METHOD_VALUE
A value indicating that the enum field is not set.
UNDEFINED_REPLACEMENT_METHOD = 0;- See Also:
- Constant Field Values
-
RECREATE_VALUE
public static final int RECREATE_VALUE
Instances will be recreated (with the same name)
RECREATE = 522644719;- See Also:
- Constant Field Values
-
SUBSTITUTE_VALUE
public static final int SUBSTITUTE_VALUE
Default option: instances will be deleted and created (with a new name)
SUBSTITUTE = 280924314;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InstanceGroupManagerUpdatePolicy.ReplacementMethod[] 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 (InstanceGroupManagerUpdatePolicy.ReplacementMethod c : InstanceGroupManagerUpdatePolicy.ReplacementMethod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InstanceGroupManagerUpdatePolicy.ReplacementMethod 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 InstanceGroupManagerUpdatePolicy.ReplacementMethod 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 InstanceGroupManagerUpdatePolicy.ReplacementMethod 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<InstanceGroupManagerUpdatePolicy.ReplacementMethod> 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 InstanceGroupManagerUpdatePolicy.ReplacementMethod 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
-
-