| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
DiskType |
Compute.getDiskType(DiskTypeId diskTypeId,
Compute.DiskTypeOption... options)
Returns the requested disk type or
null if not found. |
DiskType |
Compute.getDiskType(String zone,
String diskType,
Compute.DiskTypeOption... options)
Returns the requested disk type or
null if not found. |
| Modifier and Type | Method and Description |
|---|---|
Page<DiskType> |
Compute.listDiskTypes(Compute.DiskTypeAggregatedListOption... options)
Lists the disk types in all zones.
|
Page<DiskType> |
Compute.listDiskTypes(String zone,
Compute.DiskTypeListOption... options)
Lists the disk types in the provided zone.
|
Copyright © 2016 Google. All rights reserved.