Package com.google.cloud.compute.v1
Enum Scheduling.InstanceTerminationAction
- java.lang.Object
-
- java.lang.Enum<Scheduling.InstanceTerminationAction>
-
- com.google.cloud.compute.v1.Scheduling.InstanceTerminationAction
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Scheduling.InstanceTerminationAction>
- Enclosing class:
- Scheduling
public static enum Scheduling.InstanceTerminationAction extends Enum<Scheduling.InstanceTerminationAction> implements com.google.protobuf.ProtocolMessageEnum
Specifies the termination action for the instance.
Protobuf enumgoogle.cloud.compute.v1.Scheduling.InstanceTerminationAction
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DELETE
Delete the VM.INSTANCE_TERMINATION_ACTION_UNSPECIFIED
Default value.STOP
Stop the VM without storing in-memory content.UNDEFINED_INSTANCE_TERMINATION_ACTION
A value indicating that the enum field is not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
DELETE_VALUE
Delete the VM.static int
INSTANCE_TERMINATION_ACTION_UNSPECIFIED_VALUE
Default value.static int
STOP_VALUE
Stop the VM without storing in-memory content.static int
UNDEFINED_INSTANCE_TERMINATION_ACTION_VALUE
A 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 Scheduling.InstanceTerminationAction
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<Scheduling.InstanceTerminationAction>
internalGetValueMap()
static Scheduling.InstanceTerminationAction
valueOf(int value)
Deprecated.static Scheduling.InstanceTerminationAction
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Scheduling.InstanceTerminationAction
valueOf(String name)
Returns the enum constant of this type with the specified name.static Scheduling.InstanceTerminationAction[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_INSTANCE_TERMINATION_ACTION
public static final Scheduling.InstanceTerminationAction UNDEFINED_INSTANCE_TERMINATION_ACTION
A value indicating that the enum field is not set.
UNDEFINED_INSTANCE_TERMINATION_ACTION = 0;
-
DELETE
public static final Scheduling.InstanceTerminationAction DELETE
Delete the VM.
DELETE = 402225579;
-
INSTANCE_TERMINATION_ACTION_UNSPECIFIED
public static final Scheduling.InstanceTerminationAction INSTANCE_TERMINATION_ACTION_UNSPECIFIED
Default value. This value is unused.
INSTANCE_TERMINATION_ACTION_UNSPECIFIED = 92954803;
-
STOP
public static final Scheduling.InstanceTerminationAction STOP
Stop the VM without storing in-memory content. default action.
STOP = 2555906;
-
UNRECOGNIZED
public static final Scheduling.InstanceTerminationAction UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_INSTANCE_TERMINATION_ACTION_VALUE
public static final int UNDEFINED_INSTANCE_TERMINATION_ACTION_VALUE
A value indicating that the enum field is not set.
UNDEFINED_INSTANCE_TERMINATION_ACTION = 0;
- See Also:
- Constant Field Values
-
DELETE_VALUE
public static final int DELETE_VALUE
Delete the VM.
DELETE = 402225579;
- See Also:
- Constant Field Values
-
INSTANCE_TERMINATION_ACTION_UNSPECIFIED_VALUE
public static final int INSTANCE_TERMINATION_ACTION_UNSPECIFIED_VALUE
Default value. This value is unused.
INSTANCE_TERMINATION_ACTION_UNSPECIFIED = 92954803;
- See Also:
- Constant Field Values
-
STOP_VALUE
public static final int STOP_VALUE
Stop the VM without storing in-memory content. default action.
STOP = 2555906;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Scheduling.InstanceTerminationAction[] 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 (Scheduling.InstanceTerminationAction c : Scheduling.InstanceTerminationAction.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Scheduling.InstanceTerminationAction 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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static Scheduling.InstanceTerminationAction 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 Scheduling.InstanceTerminationAction 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<Scheduling.InstanceTerminationAction> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static Scheduling.InstanceTerminationAction 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
-
-