| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.Instances.SetMachineType |
Compute.Instances.setMachineType(String project,
String zone,
String instance,
InstancesSetMachineTypeRequest content)
Changes the machine type for a stopped instance to the machine type specified in the request.
|
| Constructor and Description |
|---|
SetMachineType(String project,
String zone,
String instance,
InstancesSetMachineTypeRequest content)
Changes the machine type for a stopped instance to the machine type specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesSetMachineTypeRequest |
InstancesSetMachineTypeRequest.clone() |
InstancesSetMachineTypeRequest |
InstancesSetMachineTypeRequest.set(String fieldName,
Object value) |
InstancesSetMachineTypeRequest |
InstancesSetMachineTypeRequest.setMachineType(String machineType)
Full or partial URL of the machine type resource.
|
Copyright © 2011–2024 Google. All rights reserved.