Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
Modifier and Type | Method and Description |
---|---|
Network |
Network.Builder.build() |
Network |
Compute.getNetwork(String network,
Compute.NetworkOption... options)
Returns the requested network or
null if not found. |
Network |
Network.reload(Compute.NetworkOption... options)
Fetches current network' latest information.
|
Modifier and Type | Method and Description |
---|---|
Page<Network> |
Compute.listNetworks(Compute.NetworkListOption... options)
Lists networks.
|
Copyright © 2019 Google LLC. All rights reserved.