Enum InstanceManagedByIgmErrorInstanceActionDetails.Types.Action (1.3.0)

public enum Action

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

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.

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.

CreatingWithoutRetries

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.

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. For example, the group can update the target pool list for an instance without stopping that instance.

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.

UndefinedAction

A value indicating that the enum field is not set.

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).