GetInstanceGroupManagerResult

data class GetInstanceGroupManagerResult(val allInstancesConfig: InstanceGroupManagerAllInstancesConfigResponse, val autoHealingPolicies: List<InstanceGroupManagerAutoHealingPolicyResponse>, val baseInstanceName: String, val creationTimestamp: String, val currentActions: InstanceGroupManagerActionsSummaryResponse, val description: String, val distributionPolicy: DistributionPolicyResponse, val failoverAction: String, val fingerprint: String, val instanceGroup: String, val instanceLifecyclePolicy: InstanceGroupManagerInstanceLifecyclePolicyResponse, val instanceTemplate: String, val kind: String, val listManagedInstancesResults: String, val name: String, val namedPorts: List<NamedPortResponse>, val region: String, val selfLink: String, val serviceAccount: String, val statefulPolicy: StatefulPolicyResponse, val status: InstanceGroupManagerStatusResponse, val targetPools: List<String>, val targetSize: Int, val updatePolicy: InstanceGroupManagerUpdatePolicyResponse, val versions: List<InstanceGroupManagerVersionResponse>, val zone: String)

Constructors

Link copied to clipboard
fun GetInstanceGroupManagerResult(allInstancesConfig: InstanceGroupManagerAllInstancesConfigResponse, autoHealingPolicies: List<InstanceGroupManagerAutoHealingPolicyResponse>, baseInstanceName: String, creationTimestamp: String, currentActions: InstanceGroupManagerActionsSummaryResponse, description: String, distributionPolicy: DistributionPolicyResponse, failoverAction: String, fingerprint: String, instanceGroup: String, instanceLifecyclePolicy: InstanceGroupManagerInstanceLifecyclePolicyResponse, instanceTemplate: String, kind: String, listManagedInstancesResults: String, name: String, namedPorts: List<NamedPortResponse>, region: String, selfLink: String, serviceAccount: String, statefulPolicy: StatefulPolicyResponse, status: InstanceGroupManagerStatusResponse, targetPools: List<String>, targetSize: Int, updatePolicy: InstanceGroupManagerUpdatePolicyResponse, versions: List<InstanceGroupManagerVersionResponse>, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies configuration that overrides the instance template configuration for the group.

Link copied to clipboard

The autohealing policy for this managed instance group. You can specify only one value.

Link copied to clipboard

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.

Link copied to clipboard

The creation timestamp for this managed instance group in RFC3339 text format.

Link copied to clipboard

The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.

Link copied to clipboard

An optional description of this resource.

Link copied to clipboard

Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.

Link copied to clipboard

The action to perform in case of zone failure. Only one value is supported, NO_FAILOVER. The default is NO_FAILOVER.

Link copied to clipboard

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.

Link copied to clipboard

The URL of the Instance Group resource.

Link copied to clipboard

The repair policy for this managed instance group.

Link copied to clipboard

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.

Link copied to clipboard

The resource type, which is always compute#instanceGroupManager for managed instance groups.

Link copied to clipboard

Pagination behavior of the listManagedInstances API method for this managed instance group.

Link copied to clipboard

The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.

Link copied to clipboard

Named ports configured for the Instance Groups complementary to this Instance Group Manager.

Link copied to clipboard

The URL of the region where the managed instance group resides (for regional resources).

Link copied to clipboard

The URL for this managed instance group. The server defines this URL.

Link copied to clipboard

The service account to be used as credentials for all operations performed by the managed instance group on instances. The service accounts needs all permissions required to create and delete instances. By default, the service account {projectNumber}@cloudservices.gserviceaccount.com is used.

Link copied to clipboard

Stateful configuration for this Instanced Group Manager

Link copied to clipboard

The status of this managed instance group.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The update policy for this managed instance group.

Link copied to clipboard

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.

Link copied to clipboard

The URL of a zone where the managed instance group is located (for zonal resources).