Get Instance Group Manager Result
Constructors
Properties
The autohealing policy for this managed instance group. You can specify only one value.
The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
The creation timestamp for this managed instance group in RFC3339 text format.
The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
An optional description of this resource.
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
The URL of the Instance Group resource.
The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
Pagination behavior of the listManagedInstances API method for this managed instance group.
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
Stateful configuration for this Instanced Group Manager
The status of this managed instance group.
The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
The update policy for this managed instance group.
Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.