Enum ManagedInstance.CurrentAction (1.51.0)

public enum ManagedInstance.CurrentAction extends Enum<ManagedInstance.CurrentAction> implements ProtocolMessageEnum

[Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - 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_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 instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - 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. - RESTARTING The managed instance group is restarting the instance. - 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. - VERIFYING The managed instance group has created the instance and it is in the process of being verified. Additional supported values which may be not listed in the enum directly due to technical reasons: STOPPING SUSPENDING

Protobuf enum google.cloud.compute.v1.ManagedInstance.CurrentAction

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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;

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;

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_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;

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;

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;

DELETING

The managed instance group is permanently deleting this instance.

DELETING = 528602024;

DELETING_VALUE

The managed instance group is permanently deleting this instance.

DELETING = 528602024;

NONE

The managed instance group has not scheduled any actions for this instance.

NONE = 2402104;

NONE_VALUE

The managed instance group has not scheduled any actions for this instance.

NONE = 2402104;

RECREATING

The managed instance group is recreating this instance.

RECREATING = 287278572;

RECREATING_VALUE

The managed instance group is recreating this instance.

RECREATING = 287278572;

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;

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;

RESTARTING

The managed instance group is restarting this instance.

RESTARTING = 320534387;

RESTARTING_VALUE

The managed instance group is restarting this instance.

RESTARTING = 320534387;

RESUMING

The managed instance group is resuming this instance.

RESUMING = 446856618;

RESUMING_VALUE

The managed instance group is resuming this instance.

RESUMING = 446856618;

STARTING

The managed instance group is starting this instance.

STARTING = 488820800;

STARTING_VALUE

The managed instance group is starting this instance.

STARTING = 488820800;

UNDEFINED_CURRENT_ACTION

A value indicating that the enum field is not set.

UNDEFINED_CURRENT_ACTION = 0;

UNDEFINED_CURRENT_ACTION_VALUE

A value indicating that the enum field is not set.

UNDEFINED_CURRENT_ACTION = 0;

UNRECOGNIZED
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;

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;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()