| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | A client for Google Compute Engine – High-performance, scalable virtual machines. | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkInterface.AccessConfig | NetworkInterface.AccessConfig.Builder. build()Creates an  AccessConfigobject. | 
| static NetworkInterface.AccessConfig | NetworkInterface.AccessConfig. of()Returns an  AccessConfigobject. | 
| static NetworkInterface.AccessConfig | NetworkInterface.AccessConfig. of(String natIp)Returns an  AccessConfigobject given the static external IP address. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<NetworkInterface.AccessConfig> | NetworkInterface. getAccessConfigurations()Returns a list of access configurations for the network interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Operation | Compute. addAccessConfig(InstanceId instance,
               String networkInterface,
               NetworkInterface.AccessConfig accessConfig,
               Compute.OperationOption... options)Adds an access configuration to an instance's network interface. | 
| Operation | Instance. addAccessConfig(String networkInterface,
               NetworkInterface.AccessConfig accessConfig,
               Compute.OperationOption... options)Adds an access configuration to the provided network interface for this instance. | 
| NetworkInterface.Builder | NetworkInterface.Builder. setAccessConfigurations(NetworkInterface.AccessConfig... accessConfigurations)Sets a list of access configurations for the network interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| NetworkInterface.Builder | NetworkInterface.Builder. setAccessConfigurations(List<NetworkInterface.AccessConfig> accessConfigurations)Sets a list of access configurations for the network interface. | 
Copyright © 2019 Google LLC. All rights reserved.