Regen docs (#373)
diff --git a/docs/dyn/compute_beta.instanceGroupManagers.html b/docs/dyn/compute_beta.instanceGroupManagers.html
index e633eda..24794f3 100644
--- a/docs/dyn/compute_beta.instanceGroupManagers.html
+++ b/docs/dyn/compute_beta.instanceGroupManagers.html
@@ -700,16 +700,7 @@
{
"managedInstances": [ # [Output Only] The list of instances in the managed instance group.
{
- "currentAction": "A String", # [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values:
- # - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance.
- # - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
- # - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead.
- # - RECREATING The managed instance group is recreating this instance.
- # - DELETING The managed instance group is permanently deleting this instance.
- # - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.
- # - RESTARTING The managed instance group is restarting the instance.
- # - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.
- "instance": "A String", # [Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
+ "instanceStatus": "A String", # [Output Only] The status of the instance. This field is empty when the instance does not exist.
"lastAttempt": { # [Output Only] Information about the last attempt to create or delete the instance.
"errors": { # [Output Only] Encountered errors during the last attempt to create or delete the instance.
"errors": [ # [Output Only] The array of errors encountered while processing this operation.
@@ -721,8 +712,21 @@
],
},
},
+ "instance": "A String", # [Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
+ "version": { # [Output Only] Intended version of this instance.
+ "instanceTemplate": "A String", # [Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
+ "name": "A String", # [Output Only] Name of the version.
+ },
+ "currentAction": "A String", # [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values:
+ # - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance.
+ # - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
+ # - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead.
+ # - RECREATING The managed instance group is recreating this instance.
+ # - DELETING The managed instance group is permanently deleting this instance.
+ # - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.
+ # - RESTARTING The managed instance group is restarting the instance.
+ # - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.
"id": "A String", # [Output only] The unique identifier for this resource. This field is empty when instance does not exist.
- "instanceStatus": "A String", # [Output Only] The status of the instance. This field is empty when the instance does not exist.
},
],
}</pre>