| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
Page<MachineType> |
Compute.listMachineTypes(Compute.MachineTypeAggregatedListOption... options)
Lists the machine types in all zones.
|
Page<MachineType> |
Compute.listMachineTypes(String zone,
Compute.MachineTypeListOption... options)
Lists the machine types in the provided zone.
|
Copyright © 2016 Google. All rights reserved.