| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Network.Builder
A builder for
Network objects. |
| Modifier and Type | Method and Description |
|---|---|
static NetworkInfo.Builder |
NetworkInfo.builder(NetworkId networkId,
NetworkConfiguration configuration)
Returns a builder for a
NetworkInfo object given the network identity and its
configuration. |
abstract NetworkInfo.Builder |
NetworkInfo.Builder.configuration(NetworkConfiguration configuration)
Sets the network configuration.
|
abstract NetworkInfo.Builder |
NetworkInfo.Builder.description(String description)
Sets an optional textual description of the network.
|
abstract NetworkInfo.Builder |
NetworkInfo.Builder.networkId(NetworkId networkId)
Sets the identity of the network.
|
NetworkInfo.Builder |
NetworkInfo.toBuilder()
Returns a builder for the current network.
|
Copyright © 2016 Google. All rights reserved.