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.ZoneListOption |
Compute.ZoneListOption.fields(Compute.ZoneField... fields)
Returns an option to specify the zone's fields to be returned by the RPC call.
|
static Compute.ZoneListOption |
Compute.ZoneListOption.filter(Compute.ZoneFilter filter)
Returns an option to specify a filter on the zones being listed.
|
static Compute.ZoneListOption |
Compute.ZoneListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of zones returned per page.
|
static Compute.ZoneListOption |
Compute.ZoneListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing zones.
|
Modifier and Type | Method and Description |
---|---|
Page<Zone> |
Compute.listZones(Compute.ZoneListOption... options)
Lists the zones.
|
Copyright © 2019 Google LLC. All rights reserved.