Package com.google.cloud.compute.v1
Enum InstanceManagedByIgmErrorInstanceActionDetails.Action
- java.lang.Object
-
- java.lang.Enum<InstanceManagedByIgmErrorInstanceActionDetails.Action>
-
- com.google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails.Action
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InstanceManagedByIgmErrorInstanceActionDetails.Action>
- Enclosing class:
- InstanceManagedByIgmErrorInstanceActionDetails
public static enum InstanceManagedByIgmErrorInstanceActionDetails.Action extends Enum<InstanceManagedByIgmErrorInstanceActionDetails.Action> implements com.google.protobuf.ProtocolMessageEnum
[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
Protobuf enumgoogle.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails.Action
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ABANDONING
The managed instance group is abandoning this instance.CREATING
The managed instance group is creating this instance.CREATING_WITHOUT_RETRIES
The managed instance group is attempting to create this instance only once.DELETING
The managed instance group is permanently deleting this instance.NONE
The managed instance group has not scheduled any actions for this instance.RECREATING
The managed instance group is recreating this instance.REFRESHING
The managed instance group is applying configuration changes to the instance without stopping it.RESTARTING
The managed instance group is restarting this instance.RESUMING
The managed instance group is resuming this instance.STARTING
The managed instance group is starting this instance.STOPPING
The managed instance group is stopping this instance.SUSPENDING
The managed instance group is suspending this instance.UNDEFINED_ACTION
A value indicating that the enum field is not set.UNRECOGNIZED
VERIFYING
The managed instance group is verifying this already created instance.
-
Field Summary
Fields Modifier and Type Field Description static int
ABANDONING_VALUE
The managed instance group is abandoning this instance.static int
CREATING_VALUE
The managed instance group is creating this instance.static int
CREATING_WITHOUT_RETRIES_VALUE
The managed instance group is attempting to create this instance only once.static int
DELETING_VALUE
The managed instance group is permanently deleting this instance.static int
NONE_VALUE
The managed instance group has not scheduled any actions for this instance.static int
RECREATING_VALUE
The managed instance group is recreating this instance.static int
REFRESHING_VALUE
The managed instance group is applying configuration changes to the instance without stopping it.static int
RESTARTING_VALUE
The managed instance group is restarting this instance.static int
RESUMING_VALUE
The managed instance group is resuming this instance.static int
STARTING_VALUE
The managed instance group is starting this instance.static int
STOPPING_VALUE
The managed instance group is stopping this instance.static int
SUSPENDING_VALUE
The managed instance group is suspending this instance.static int
UNDEFINED_ACTION_VALUE
A value indicating that the enum field is not set.static int
VERIFYING_VALUE
The managed instance group is verifying this already created instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InstanceManagedByIgmErrorInstanceActionDetails.Action
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<InstanceManagedByIgmErrorInstanceActionDetails.Action>
internalGetValueMap()
static InstanceManagedByIgmErrorInstanceActionDetails.Action
valueOf(int value)
Deprecated.static InstanceManagedByIgmErrorInstanceActionDetails.Action
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InstanceManagedByIgmErrorInstanceActionDetails.Action
valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceManagedByIgmErrorInstanceActionDetails.Action[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED_ACTION
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action UNDEFINED_ACTION
A value indicating that the enum field is not set.
UNDEFINED_ACTION = 0;
-
ABANDONING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action ABANDONING
The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.
ABANDONING = 388244813;
-
CREATING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action CREATING
The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
CREATING = 455564985;
-
CREATING_WITHOUT_RETRIES
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action CREATING_WITHOUT_RETRIES
The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased.
CREATING_WITHOUT_RETRIES = 428843785;
-
DELETING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action DELETING
The managed instance group is permanently deleting this instance.
DELETING = 528602024;
-
NONE
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action NONE
The managed instance group has not scheduled any actions for this instance.
NONE = 2402104;
-
RECREATING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action RECREATING
The managed instance group is recreating this instance.
RECREATING = 287278572;
-
REFRESHING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action REFRESHING
The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.
REFRESHING = 163266343;
-
RESTARTING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action RESTARTING
The managed instance group is restarting this instance.
RESTARTING = 320534387;
-
RESUMING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action RESUMING
The managed instance group is resuming this instance.
RESUMING = 446856618;
-
STARTING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action STARTING
The managed instance group is starting this instance.
STARTING = 488820800;
-
STOPPING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action STOPPING
The managed instance group is stopping this instance.
STOPPING = 350791796;
-
SUSPENDING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action SUSPENDING
The managed instance group is suspending this instance.
SUSPENDING = 514206246;
-
VERIFYING
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action VERIFYING
The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions).
VERIFYING = 16982185;
-
UNRECOGNIZED
public static final InstanceManagedByIgmErrorInstanceActionDetails.Action UNRECOGNIZED
-
-
Field Detail
-
UNDEFINED_ACTION_VALUE
public static final int UNDEFINED_ACTION_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ACTION = 0;
- See Also:
- Constant Field Values
-
ABANDONING_VALUE
public static final int ABANDONING_VALUE
The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.
ABANDONING = 388244813;
- See Also:
- Constant Field Values
-
CREATING_VALUE
public static final int CREATING_VALUE
The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
CREATING = 455564985;
- See Also:
- Constant Field Values
-
CREATING_WITHOUT_RETRIES_VALUE
public static final int CREATING_WITHOUT_RETRIES_VALUE
The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased.
CREATING_WITHOUT_RETRIES = 428843785;
- See Also:
- Constant Field Values
-
DELETING_VALUE
public static final int DELETING_VALUE
The managed instance group is permanently deleting this instance.
DELETING = 528602024;
- See Also:
- Constant Field Values
-
NONE_VALUE
public static final int NONE_VALUE
The managed instance group has not scheduled any actions for this instance.
NONE = 2402104;
- See Also:
- Constant Field Values
-
RECREATING_VALUE
public static final int RECREATING_VALUE
The managed instance group is recreating this instance.
RECREATING = 287278572;
- See Also:
- Constant Field Values
-
REFRESHING_VALUE
public static final int REFRESHING_VALUE
The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.
REFRESHING = 163266343;
- See Also:
- Constant Field Values
-
RESTARTING_VALUE
public static final int RESTARTING_VALUE
The managed instance group is restarting this instance.
RESTARTING = 320534387;
- See Also:
- Constant Field Values
-
RESUMING_VALUE
public static final int RESUMING_VALUE
The managed instance group is resuming this instance.
RESUMING = 446856618;
- See Also:
- Constant Field Values
-
STARTING_VALUE
public static final int STARTING_VALUE
The managed instance group is starting this instance.
STARTING = 488820800;
- See Also:
- Constant Field Values
-
STOPPING_VALUE
public static final int STOPPING_VALUE
The managed instance group is stopping this instance.
STOPPING = 350791796;
- See Also:
- Constant Field Values
-
SUSPENDING_VALUE
public static final int SUSPENDING_VALUE
The managed instance group is suspending this instance.
SUSPENDING = 514206246;
- See Also:
- Constant Field Values
-
VERIFYING_VALUE
public static final int VERIFYING_VALUE
The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions).
VERIFYING = 16982185;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InstanceManagedByIgmErrorInstanceActionDetails.Action[] 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 (InstanceManagedByIgmErrorInstanceActionDetails.Action c : InstanceManagedByIgmErrorInstanceActionDetails.Action.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InstanceManagedByIgmErrorInstanceActionDetails.Action 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 InstanceManagedByIgmErrorInstanceActionDetails.Action 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 InstanceManagedByIgmErrorInstanceActionDetails.Action 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<InstanceManagedByIgmErrorInstanceActionDetails.Action> 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 InstanceManagedByIgmErrorInstanceActionDetails.Action 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
-
-