Class ManagedInstance (0.11.0)

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

Attributes

Name Description
all_instances_config google.cloud.compute_v1beta.types.ManagedInstanceAllInstancesConfig
Output only. [Output Only] Current all-instances configuration revision applied to this instance. This field is a member of oneof_ _all_instances_config.
current_action str
Output only. [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: :: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - 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. - CREATING_WITHOUT_RETRIES 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'stargetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - 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. - RESTARTING The managed instance group is restarting the 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. - VERIFYING The managed instance group has created the instance and it is in the process of being verified. Check the CurrentAction enum for the list of possible values. This field is a member of oneof_ _current_action.
id int
Output only. [Output only] The unique identifier for this resource. This field is empty when instance does not exist. This field is a member of oneof_ _id.
instance str
Output only. [Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created. This field is a member of oneof_ _instance.
instance_health MutableSequence[google.cloud.compute_v1beta.types.ManagedInstanceInstanceHealth]
Output only. [Output Only] Health state of the instance per health-check.
instance_status str
Output only. [Output Only] The status of the instance. This field is empty when the instance does not exist. Check the InstanceStatus enum for the list of possible values. This field is a member of oneof_ _instance_status.
last_attempt google.cloud.compute_v1beta.types.ManagedInstanceLastAttempt
Output only. [Output Only] Information about the last attempt to create or delete the instance. This field is a member of oneof_ _last_attempt.
name str
Output only. [Output Only] The name of the instance. The name always exists even if the instance has not yet been created. This field is a member of oneof_ _name.
preserved_state_from_config google.cloud.compute_v1beta.types.PreservedState
Output only. [Output Only] Preserved state applied from per-instance config for this instance. This field is a member of oneof_ _preserved_state_from_config.
preserved_state_from_policy google.cloud.compute_v1beta.types.PreservedState
Output only. [Output Only] Preserved state generated based on stateful policy for this instance. This field is a member of oneof_ _preserved_state_from_policy.
properties_from_flexibility_policy google.cloud.compute_v1beta.types.ManagedInstancePropertiesFromFlexibilityPolicy
Output only. [Output Only] Instance properties selected for this instance resulting from InstanceFlexibilityPolicy. This field is a member of oneof_ _properties_from_flexibility_policy.
scheduling google.cloud.compute_v1beta.types.ManagedInstanceScheduling
Output only. [Output Only] Information about the termination timestamp of the instance, if applicable. This field is a member of oneof_ _scheduling.
target_status str
Output only. [Output Only] The eventual status of the instance. The instance group manager will not be identified as stable till each managed instance reaches its targetStatus. Check the TargetStatus enum for the list of possible values. This field is a member of oneof_ _target_status.
version google.cloud.compute_v1beta.types.ManagedInstanceVersion
Output only. [Output Only] Intended version of this instance. This field is a member of oneof_ _version.

Classes

CurrentAction

CurrentAction(value)

Output only. [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values:

::

  • NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance.
  • 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.
  • CREATING_WITHOUT_RETRIES 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'stargetSize value is decreased instead.
  • RECREATING The managed instance group is recreating this instance.
  • DELETING The managed instance group is permanently deleting this instance.
  • 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.
  • RESTARTING The managed instance group is restarting the 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.
  • VERIFYING The managed instance group has created the instance and it is in the process of being verified.

Additional supported values which may be not listed in the enum directly due to technical reasons: STOPPING SUSPENDING

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

InstanceStatus

InstanceStatus(value)

Output only. [Output Only] The status of the instance. This field is empty when the instance does not exist. Additional supported values which may be not listed in the enum directly due to technical reasons: RUNNING STOPPED STOPPING SUSPENDED SUSPENDING

TargetStatus

TargetStatus(value)

Output only. [Output Only] The eventual status of the instance. The instance group manager will not be identified as stable till each managed instance reaches its targetStatus. Additional supported values which may be not listed in the enum directly due to technical reasons: RUNNING STOPPED SUSPENDED