Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceManagedByIgmErrorInstanceActionDetails::Action (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceManagedByIgmErrorInstanceActionDetails::Action.

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

Constants

UNDEFINED_ACTION

value: 0
A value indicating that the enum field is not set.

ABANDONING

value: 388_244_813
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

value: 455_564_985
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

value: 428_843_785
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

value: 528_602_024
The managed instance group is permanently deleting this instance.

NONE

value: 2_402_104
The managed instance group has not scheduled any actions for this instance.

RECREATING

value: 287_278_572
The managed instance group is recreating this instance.

REFRESHING

value: 163_266_343
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

value: 320_534_387
The managed instance group is restarting this instance.

RESUMING

value: 446_856_618
The managed instance group is resuming this instance.

STARTING

value: 488_820_800
The managed instance group is starting this instance.

STOPPING

value: 350_791_796
The managed instance group is stopping this instance.

SUSPENDING

value: 514_206_246
The managed instance group is suspending this instance.

VERIFYING

value: 16_982_185
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).