| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardNetworkConfiguration
A Google Compute Engine standard network configuration.
|
class |
SubnetNetworkConfiguration
A Google Compute Engine configuration for networks that support subnetworks, up to one per
region, each with its own address range.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends NetworkConfiguration> |
NetworkInfo.configuration()
Returns the network configuration.
|
| 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.
|
Network.Builder |
Network.Builder.configuration(NetworkConfiguration configuration) |
static NetworkInfo |
NetworkInfo.of(NetworkId networkId,
NetworkConfiguration configuration)
Returns a
NetworkInfo object given the network identity. |
Copyright © 2016 Google. All rights reserved.