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