Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
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.newBuilder(NetworkId networkId,
NetworkConfiguration configuration)
Returns a builder for a
NetworkInfo object given the network identity and its
configuration. |
abstract NetworkInfo.Builder |
NetworkInfo.Builder.setConfiguration(NetworkConfiguration configuration)
Sets the network configuration.
|
abstract NetworkInfo.Builder |
NetworkInfo.Builder.setDescription(String description)
Sets an optional textual description of the network.
|
abstract NetworkInfo.Builder |
NetworkInfo.Builder.setNetworkId(NetworkId networkId)
Sets the identity of the network.
|
NetworkInfo.Builder |
NetworkInfo.toBuilder()
Returns a builder for the current network.
|
Copyright © 2019 Google LLC. All rights reserved.