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.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 |
---|---|
com.google.api.gax.paging.Page<DiskType> |
Compute.listDiskTypes(Compute.DiskTypeAggregatedListOption... options)
Lists the disk types in all zones.
|
Copyright © 2019 Google LLC. All rights reserved.