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.AddressAggregatedListOption |
Compute.AddressAggregatedListOption.filter(Compute.AddressFilter filter)
Returns an option to specify a filter on the addresses being listed.
|
static Compute.AddressAggregatedListOption |
Compute.AddressAggregatedListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of addresses returned per page.
|
static Compute.AddressAggregatedListOption |
Compute.AddressAggregatedListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing addresses.
|
Modifier and Type | Method and Description |
---|---|
Page<Address> |
Compute.listAddresses(Compute.AddressAggregatedListOption... options)
Lists both global and region addresses.
|
Copyright © 2019 Google LLC. All rights reserved.