| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.RegionInstanceGroupManagers.StopInstances |
Compute.RegionInstanceGroupManagers.stopInstances(String project,
String region,
String instanceGroupManager,
RegionInstanceGroupManagersStopInstancesRequest content)
Flags the specified instances in the managed instance group to be immediately stopped.
|
| Constructor and Description |
|---|
StopInstances(String project,
String region,
String instanceGroupManager,
RegionInstanceGroupManagersStopInstancesRequest content)
Flags the specified instances in the managed instance group to be immediately stopped.
|
| Modifier and Type | Method and Description |
|---|---|
RegionInstanceGroupManagersStopInstancesRequest |
RegionInstanceGroupManagersStopInstancesRequest.clone() |
RegionInstanceGroupManagersStopInstancesRequest |
RegionInstanceGroupManagersStopInstancesRequest.set(String fieldName,
Object value) |
RegionInstanceGroupManagersStopInstancesRequest |
RegionInstanceGroupManagersStopInstancesRequest.setForceStop(Boolean forceStop)
If this flag is set to true, the Instance Group Manager will proceed to stop the instances,
skipping initialization on them.
|
RegionInstanceGroupManagersStopInstancesRequest |
RegionInstanceGroupManagersStopInstancesRequest.setInstances(List<String> instances)
The URLs of one or more instances to stop.
|
Copyright © 2011–2025 Google. All rights reserved.