Enum googapis::google::cloud::compute::v1::instance_managed_by_igm_error_instance_action_details::Action[][src]

#[repr(i32)]
pub enum Action {
    UndefinedAction,
    Abandoning,
    Creating,
    CreatingWithoutRetries,
    Deleting,
    None,
    Recreating,
    Refreshing,
    Restarting,
    Verifying,
}
Expand description

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

Variants

UndefinedAction

A value indicating that the enum field is not set.

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.

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

Implementations

Returns true if value is a variant of Action.

Converts an i32 to a Action, or None if value is not a valid variant.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more