InstanceGroupManagerStatusInstanceStatusSummary
import type { InstanceGroupManagerStatusInstanceStatusSummary } from "https://googleapis.deno.dev/v1/compute:v1.ts";The list of instance statuses and the number of instances in this managed instance group that have the status. For more information about how to interpret each status check the instance lifecycle documentation. Currently only shown for TPU MIGs.
§Properties
Output only. [Output Only] The number of instances in the managed instance group that have DEPROVISIONING status.
Output only. [Output Only] The number of instances that have not been created yet or have been deleted. Includes only instances that would be shown in the listManagedInstances method and not all instances that have been deleted in the lifetime of the MIG. Does not include FlexStart instances that are waiting for the resources availability, they are considered as 'pending'.
Output only. [Output Only] The number of instances in the managed instance group that have PENDING status, that is FlexStart instances that are waiting for resources. Instances that do not exist because of the other reasons are counted as 'non_existent'.
Output only. [Output Only] The number of instances in the managed instance group that have PENDING_STOP status.
Output only. [Output Only] The number of instances in the managed instance group that have PROVISIONING status.
Output only. [Output Only] The number of instances in the managed instance group that have REPAIRING status.
Output only. [Output Only] The number of instances in the managed instance group that have RUNNING status.
Output only. [Output Only] The number of instances in the managed instance group that have STAGING status.
Output only. [Output Only] The number of instances in the managed instance group that have STOPPED status.
Output only. [Output Only] The number of instances in the managed instance group that have STOPPING status.
Output only. [Output Only] The number of instances in the managed instance group that have SUSPENDED status.