Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
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 |
---|---|
com.google.api.gax.paging.Page<DiskType> |
Compute.listDiskTypes(Compute.DiskTypeAggregatedListOption... options)
Lists the disk types in all zones.
|
com.google.api.gax.paging.Page<DiskType> |
Compute.listDiskTypes(String zone,
Compute.DiskTypeListOption... options)
Lists the disk types in the provided zone.
|
Copyright © 2019 Google LLC. All rights reserved.