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 |
NetworkInterface.Builder.build()
Creates a
NetworkInterface object. |
static NetworkInterface |
NetworkInterface.of(NetworkId networkId)
Returns a
NetworkInterface object given the network's identity. |
static NetworkInterface |
NetworkInterface.of(String network)
Returns a
NetworkInterface object given the network's name. |
Modifier and Type | Method and Description |
---|---|
List<NetworkInterface> |
InstanceInfo.getNetworkInterfaces()
Returns a list of network interfaces.
|
Modifier and Type | Method and Description |
---|---|
static InstanceInfo |
InstanceInfo.of(InstanceId instanceId,
MachineTypeId machineType,
AttachedDisk disk,
NetworkInterface networkInterface)
Returns an
InstanceInfo object given the instance identity, the machine type, a disk to
attach to the instance and a network interface. |
Instance.Builder |
Instance.Builder.setNetworkInterfaces(NetworkInterface... networkInterfaces) |
abstract InstanceInfo.Builder |
InstanceInfo.Builder.setNetworkInterfaces(NetworkInterface... networkInterfaces)
Sets a list of network interfaces.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.setNetworkInterfaces(NetworkInterface... networkInterfaces) |
Modifier and Type | Method and Description |
---|---|
Instance.Builder |
Instance.Builder.setNetworkInterfaces(List<NetworkInterface> networkInterfaces) |
abstract InstanceInfo.Builder |
InstanceInfo.Builder.setNetworkInterfaces(List<NetworkInterface> networkInterfaces)
Sets a list of network interfaces.
|
InstanceInfo.Builder |
InstanceInfo.BuilderImpl.setNetworkInterfaces(List<NetworkInterface> networkInterfaces) |
Copyright © 2019 Google LLC. All rights reserved.