Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.set(String fieldName,
Object value) |
NetworkInterface |
NetworkInterface.setAccessConfigs(List<AccessConfig> accessConfigs)
Array of configurations for this interface.
|
NetworkInterface |
NetworkInterface.setName(String name)
Name of the network interface, determined by the server; for network devices, these are e.g.
|
NetworkInterface |
NetworkInterface.setNetwork(String network)
URL of the network resource attached to this interface.
|
NetworkInterface |
NetworkInterface.setNetworkIP(String networkIP)
An optional IPV4 internal network address assigned to the instance for this network interface
(output only).
|
Modifier and Type | Method and Description |
---|---|
List<NetworkInterface> |
Instance.getNetworkInterfaces()
Array of configurations for this interface.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.setNetworkInterfaces(List<NetworkInterface> networkInterfaces)
Array of configurations for this interface.
|