| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.InstanceGroupManagers.PatchPerInstanceConfigs | 
Compute.InstanceGroupManagers.patchPerInstanceConfigs(String project,
                       String zone,
                       String instanceGroupManager,
                       InstanceGroupManagersPatchPerInstanceConfigsReq content)
Inserts or patches per-instance configs for the managed instance group. 
 | 
| Constructor and Description | 
|---|
PatchPerInstanceConfigs(String project,
                       String zone,
                       String instanceGroupManager,
                       InstanceGroupManagersPatchPerInstanceConfigsReq content)
Inserts or patches per-instance configs for the managed instance group. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
InstanceGroupManagersPatchPerInstanceConfigsReq | 
InstanceGroupManagersPatchPerInstanceConfigsReq.clone()  | 
InstanceGroupManagersPatchPerInstanceConfigsReq | 
InstanceGroupManagersPatchPerInstanceConfigsReq.set(String fieldName,
   Object value)  | 
InstanceGroupManagersPatchPerInstanceConfigsReq | 
InstanceGroupManagersPatchPerInstanceConfigsReq.setPerInstanceConfigs(List<PerInstanceConfig> perInstanceConfigs)
The list of per-instance configs to insert or patch on this managed instance group. 
 | 
Copyright © 2011–2020 Google. All rights reserved.