Class InstanceGroupManager (1.3.2)

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

Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can manage as a single entity. For more information, read Instance groups. For zonal Managed Instance Group, use the instanceGroupManagers resource. For regional Managed Instance Group, use the regionInstanceGroupManagers resource.

Attributes

NameDescription
auto_healing_policies Sequence[google.cloud.compute_v1.types.InstanceGroupManagerAutoHealingPolicy]
The autohealing policy for this managed instance group. You can specify only one value.
base_instance_name str
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. This field is a member of oneof_ _base_instance_name.
creation_timestamp str
[Output Only] The creation timestamp for this managed instance group in RFC3339 text format. This field is a member of oneof_ _creation_timestamp.
current_actions google.cloud.compute_v1.types.InstanceGroupManagerActionsSummary
[Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions. This field is a member of oneof_ _current_actions.
description str
An optional description of this resource. This field is a member of oneof_ _description.
distribution_policy google.cloud.compute_v1.types.DistributionPolicy
Policy specifying the intended distribution of managed instances across zones in a regional managed instance group. This field is a member of oneof_ _distribution_policy.
fingerprint str
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. This field is a member of oneof_ _fingerprint.
id int
[Output Only] A unique identifier for this resource type. The server generates this identifier. This field is a member of oneof_ _id.
instance_group str
[Output Only] The URL of the Instance Group resource. This field is a member of oneof_ _instance_group.
instance_template str
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. This field is a member of oneof_ _instance_template.
kind str
[Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups. This field is a member of oneof_ _kind.
name str
The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035. This field is a member of oneof_ _name.
named_ports Sequence[google.cloud.compute_v1.types.NamedPort]
Named ports configured for the Instance Groups complementary to this Instance Group Manager.
region str
[Output Only] The URL of the region where the managed instance group resides (for regional resources). This field is a member of oneof_ _region.
self_link str
[Output Only] The URL for this managed instance group. The server defines this URL. This field is a member of oneof_ _self_link.
stateful_policy google.cloud.compute_v1.types.StatefulPolicy
Stateful configuration for this Instanced Group Manager This field is a member of oneof_ _stateful_policy.
status google.cloud.compute_v1.types.InstanceGroupManagerStatus
[Output Only] The status of this managed instance group. This field is a member of oneof_ _status.
target_pools Sequence[str]
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.
target_size int
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. This field is a member of oneof_ _target_size.
update_policy google.cloud.compute_v1.types.InstanceGroupManagerUpdatePolicy
The update policy for this managed instance group. This field is a member of oneof_ _update_policy.
versions Sequence[google.cloud.compute_v1.types.InstanceGroupManagerVersion]
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.
zone str
[Output Only] The URL of a zone where the managed instance group is located (for zonal resources). This field is a member of oneof_ _zone.