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.InstanceAggregatedListOption |
Compute.InstanceAggregatedListOption.filter(Compute.InstanceFilter filter)
Returns an option to specify a filter on the instances being listed.
|
static Compute.InstanceAggregatedListOption |
Compute.InstanceAggregatedListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of instances returned per page.
|
static Compute.InstanceAggregatedListOption |
Compute.InstanceAggregatedListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing instances.
|
Modifier and Type | Method and Description |
---|---|
Page<Instance> |
Compute.listInstances(Compute.InstanceAggregatedListOption... options)
Lists instances for all zones.
|
Copyright © 2019 Google LLC. All rights reserved.