| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.MachineTypeOption |
Compute.MachineTypeOption.fields(Compute.MachineTypeField... fields)
Returns an option to specify the machine type's fields to be returned by the RPC call.
|
| Modifier and Type | Method and Description |
|---|---|
MachineType |
Compute.getMachineType(MachineTypeId machineTypeId,
Compute.MachineTypeOption... options)
Returns the requested machine type or
null if not found. |
MachineType |
Compute.getMachineType(String zone,
String machineType,
Compute.MachineTypeOption... options)
Returns the requested machine type or
null if not found. |
Copyright © 2016 Google. All rights reserved.