Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
static Compute.DiskAggregatedListOption |
Compute.DiskAggregatedListOption.filter(Compute.DiskFilter filter)
Returns an option to specify a filter on the disks being listed.
|
static Compute.DiskAggregatedListOption |
Compute.DiskAggregatedListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of disks returned per page.
|
static Compute.DiskAggregatedListOption |
Compute.DiskAggregatedListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing disks.
|
Modifier and Type | Method and Description |
---|---|
Page<Disk> |
Compute.listDisks(Compute.DiskAggregatedListOption... options)
Lists disks for all zones.
|
Copyright © 2019 Google LLC. All rights reserved.