Class InstanceGroupManagerStatus (0.11.0)

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

Attributes

Name Description
all_instances_config google.cloud.compute_v1beta.types.InstanceGroupManagerStatusAllInstancesConfig
Output only. Status of all-instances configuration on the group. This field is a member of oneof_ _all_instances_config.
applied_accelerator_topologies MutableSequence[google.cloud.compute_v1beta.types.InstanceGroupManagerStatusAcceleratorTopology]
Output only. The accelerator topology applied to this MIG. Currently only one accelerator topology is supported.
autoscaler str
Output only. The URL of theAutoscaler that targets this instance group manager. This field is a member of oneof_ _autoscaler.
bulk_instance_operation google.cloud.compute_v1beta.types.InstanceGroupManagerStatusBulkInstanceOperation
Output only. The status of bulk instance operation. This field is a member of oneof_ _bulk_instance_operation.
current_instance_statuses google.cloud.compute_v1beta.types.InstanceGroupManagerStatusInstanceStatusSummary
Output only. The list of instance statuses and the number of instances in this managed instance group that have the status. Currently only shown for TPU MIGs This field is a member of oneof_ _current_instance_statuses.
is_stable bool
Output only. A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified. This field is a member of oneof_ _is_stable.
stateful google.cloud.compute_v1beta.types.InstanceGroupManagerStatusStateful
Output only. Stateful status of the given Instance Group Manager. This field is a member of oneof_ _stateful.
version_target google.cloud.compute_v1beta.types.InstanceGroupManagerStatusVersionTarget
Output only. A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager. This field is a member of oneof_ _version_target.