Class InstanceManagedByIgmErrorInstanceActionDetails (0.11.0)

InstanceManagedByIgmErrorInstanceActionDetails(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

Name Description
action str
Output only. [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values: Check the Action enum for the list of possible values. This field is a member of oneof_ _action.
instance str
Output only. [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created. This field is a member of oneof_ _instance.
version google.cloud.compute_v1beta.types.ManagedInstanceVersion
Output only. [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created. This field is a member of oneof_ _version.

Classes

Action

Action(value)

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

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