Package | Description |
---|---|
com.google.cloud.compute.deprecated |
A client for Google Compute Engine – High-performance, scalable virtual machines.
|
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.getConfiguration()
Returns the network configuration.
|
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. |
static NetworkInfo |
NetworkInfo.of(NetworkId networkId,
NetworkConfiguration configuration)
Returns a
NetworkInfo object given the network identity. |
abstract NetworkInfo.Builder |
NetworkInfo.Builder.setConfiguration(NetworkConfiguration configuration)
Sets the network configuration.
|
Network.Builder |
Network.Builder.setConfiguration(NetworkConfiguration configuration) |
Copyright © 2019 Google LLC. All rights reserved.