| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.DiskTypeAggregatedListOption |
Compute.DiskTypeAggregatedListOption.filter(Compute.DiskTypeFilter filter)
Returns an option to specify a filter on the disk types being listed.
|
static Compute.DiskTypeAggregatedListOption |
Compute.DiskTypeAggregatedListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of disk types returned per page.
|
static Compute.DiskTypeAggregatedListOption |
Compute.DiskTypeAggregatedListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing disk types.
|
| Modifier and Type | Method and Description |
|---|---|
Page<DiskType> |
Compute.listDiskTypes(Compute.DiskTypeAggregatedListOption... options)
Lists the disk types in all zones.
|
Copyright © 2016 Google. All rights reserved.