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