Update docs for 1.4.1 release
diff --git a/docs/dyn/replicapool_v1beta2.instanceGroupManagers.html b/docs/dyn/replicapool_v1beta2.instanceGroupManagers.html
index a2a3b33..54a9d8d 100644
--- a/docs/dyn/replicapool_v1beta2.instanceGroupManagers.html
+++ b/docs/dyn/replicapool_v1beta2.instanceGroupManagers.html
@@ -82,7 +82,7 @@
<p class="firstline">Deletes the instance group manager and all instances contained within. If you'd like to delete the manager without deleting the instances, you must first abandon the instances to remove them from the group.</p>
<p class="toc_element">
<code><a href="#deleteInstances">deleteInstances(project, zone, instanceGroupManager, body)</a></code></p>
-<p class="firstline">Deletes the specified instances. The instances are removed from the instance group and any target pools of which they are a member, then deleted. The targetSize of the instance group manager is reduced by the number of instances deleted.</p>
+<p class="firstline">Deletes the specified instances. The instances are deleted, then removed from the instance group and any target pools of which they were a member. The targetSize of the instance group manager is reduced by the number of instances deleted.</p>
<p class="toc_element">
<code><a href="#get">get(project, zone, instanceGroupManager)</a></code></p>
<p class="firstline">Returns the specified Instance Group Manager resource.</p>
@@ -234,7 +234,7 @@
<div class="method">
<code class="details" id="deleteInstances">deleteInstances(project, zone, instanceGroupManager, body)</code>
- <pre>Deletes the specified instances. The instances are removed from the instance group and any target pools of which they are a member, then deleted. The targetSize of the instance group manager is reduced by the number of instances deleted.
+ <pre>Deletes the specified instances. The instances are deleted, then removed from the instance group and any target pools of which they were a member. The targetSize of the instance group manager is reduced by the number of instances deleted.
Args:
project: string, The Google Developers Console project name. (required)
@@ -316,6 +316,11 @@
"kind": "replicapool#instanceGroupManager", # [Output only] The resource type. Always replicapool#instanceGroupManager.
"group": "A String", # [Output only] The full URL of the instance group created by the manager. This group contains all of the instances being managed, and cannot contain non-managed instances.
"description": "A String", # An optional textual description of the instance group manager.
+ "autoHealingPolicies": [ # The autohealing policy for this managed instance group. You can specify only one value.
+ {
+ "healthCheck": "A String", # The URL for the HealthCheck that signals autohealing.
+ },
+ ],
"targetPools": [ # The full URL of all target pools to which new instances in the group are added. Updating the target pool values does not affect existing instances.
"A String",
],
@@ -346,6 +351,11 @@
"kind": "replicapool#instanceGroupManager", # [Output only] The resource type. Always replicapool#instanceGroupManager.
"group": "A String", # [Output only] The full URL of the instance group created by the manager. This group contains all of the instances being managed, and cannot contain non-managed instances.
"description": "A String", # An optional textual description of the instance group manager.
+ "autoHealingPolicies": [ # The autohealing policy for this managed instance group. You can specify only one value.
+ {
+ "healthCheck": "A String", # The URL for the HealthCheck that signals autohealing.
+ },
+ ],
"targetPools": [ # The full URL of all target pools to which new instances in the group are added. Updating the target pool values does not affect existing instances.
"A String",
],
@@ -430,6 +440,11 @@
"kind": "replicapool#instanceGroupManager", # [Output only] The resource type. Always replicapool#instanceGroupManager.
"group": "A String", # [Output only] The full URL of the instance group created by the manager. This group contains all of the instances being managed, and cannot contain non-managed instances.
"description": "A String", # An optional textual description of the instance group manager.
+ "autoHealingPolicies": [ # The autohealing policy for this managed instance group. You can specify only one value.
+ {
+ "healthCheck": "A String", # The URL for the HealthCheck that signals autohealing.
+ },
+ ],
"targetPools": [ # The full URL of all target pools to which new instances in the group are added. Updating the target pool values does not affect existing instances.
"A String",
],