Reference documentation and code samples for the Compute V1 Client class Action.
[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
Protobuf type google.cloud.compute.v1.InstanceManagedByIgmErrorInstanceActionDetails.Action
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceManagedByIgmErrorInstanceActionDetailsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_ACTION
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ACTION = 0;
ABANDONING
Value: 388244813The 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.
Generated from protobuf enum ABANDONING = 388244813;
CREATING
Value: 455564985The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
Generated from protobuf enum CREATING = 455564985;
CREATING_WITHOUT_RETRIES
Value: 428843785The 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.
Generated from protobuf enum CREATING_WITHOUT_RETRIES = 428843785;
DELETING
Value: 528602024The managed instance group is permanently deleting this instance.
Generated from protobuf enum DELETING = 528602024;
NONE
Value: 2402104The managed instance group has not scheduled any actions for this instance.
Generated from protobuf enum NONE = 2402104;
RECREATING
Value: 287278572The managed instance group is recreating this instance.
Generated from protobuf enum RECREATING = 287278572;
REFRESHING
Value: 163266343The 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.
Generated from protobuf enum REFRESHING = 163266343;
RESTARTING
Value: 320534387The managed instance group is restarting this instance.
Generated from protobuf enum RESTARTING = 320534387;
RESUMING
Value: 446856618The managed instance group is resuming this instance.
Generated from protobuf enum RESUMING = 446856618;
STARTING
Value: 488820800The managed instance group is starting this instance.
Generated from protobuf enum STARTING = 488820800;
STOPPING
Value: 350791796The managed instance group is stopping this instance.
Generated from protobuf enum STOPPING = 350791796;
SUSPENDING
Value: 514206246The managed instance group is suspending this instance.
Generated from protobuf enum SUSPENDING = 514206246;
VERIFYING
Value: 16982185The 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).
Generated from protobuf enum VERIFYING = 16982185;