Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Disk |
Disk.Builder.build() |
Disk |
Compute.getDisk(DiskId diskId,
Compute.DiskOption... options)
Returns the requested disk or
null if not found. |
Disk |
Disk.reload(Compute.DiskOption... options)
Fetches current disk's latest information.
|
Modifier and Type | Method and Description |
---|---|
Page<Disk> |
Compute.listDisks(Compute.DiskAggregatedListOption... options)
Lists disks for all zones.
|
Page<Disk> |
Compute.listDisks(String zone,
Compute.DiskListOption... options)
Lists disks for the provided zone.
|
Copyright © 2019 Google LLC. All rights reserved.