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