| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.InstanceGroupManagers.StartInstances |
Compute.InstanceGroupManagers.startInstances(String project,
String zone,
String instanceGroupManager,
InstanceGroupManagersStartInstancesRequest content)
Flags the specified instances in the managed instance group to be started.
|
| Constructor and Description |
|---|
StartInstances(String project,
String zone,
String instanceGroupManager,
InstanceGroupManagersStartInstancesRequest content)
Flags the specified instances in the managed instance group to be started.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceGroupManagersStartInstancesRequest |
InstanceGroupManagersStartInstancesRequest.clone() |
InstanceGroupManagersStartInstancesRequest |
InstanceGroupManagersStartInstancesRequest.set(String fieldName,
Object value) |
InstanceGroupManagersStartInstancesRequest |
InstanceGroupManagersStartInstancesRequest.setInstances(List<String> instances)
The URLs of one or more instances to start.
|
Copyright © 2011–2025 Google. All rights reserved.