| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.InstanceGroupManagers.ApplyUpdatesToInstances | Compute.InstanceGroupManagers. applyUpdatesToInstances(String project,
                       String zone,
                       String instanceGroupManager,
                       InstanceGroupManagersApplyUpdatesRequest content)Applies changes to selected instances on the managed instance group. | 
| Constructor and Description | 
|---|
| ApplyUpdatesToInstances(String project,
                       String zone,
                       String instanceGroupManager,
                       InstanceGroupManagersApplyUpdatesRequest content)Applies changes to selected instances on the managed instance group. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceGroupManagersApplyUpdatesRequest | InstanceGroupManagersApplyUpdatesRequest. clone() | 
| InstanceGroupManagersApplyUpdatesRequest | InstanceGroupManagersApplyUpdatesRequest. set(String fieldName,
   Object value) | 
| InstanceGroupManagersApplyUpdatesRequest | InstanceGroupManagersApplyUpdatesRequest. setAllInstances(Boolean allInstances)Flag to update all instances instead of specified list of ?instances?. | 
| InstanceGroupManagersApplyUpdatesRequest | InstanceGroupManagersApplyUpdatesRequest. setInstances(List<String> instances)The list of URLs of one or more instances for which you want to apply updates. | 
| InstanceGroupManagersApplyUpdatesRequest | InstanceGroupManagersApplyUpdatesRequest. setMinimalAction(String minimalAction)The minimal action that you want to perform on each instance during the update: - REPLACE: At
 minimum, delete the instance and create it again. | 
| InstanceGroupManagersApplyUpdatesRequest | InstanceGroupManagersApplyUpdatesRequest. setMostDisruptiveAllowedAction(String mostDisruptiveAllowedAction)The most disruptive action that you want to perform on each instance during the update: -
 REPLACE: Delete the instance and create it again. | 
Copyright © 2011–2021 Google. All rights reserved.