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)
An array of configurations for this interface.
|
NetworkInterface |
NetworkInterface.setName(java.lang.String name)
[Output Only] The name of the network interface, generated by the server.
|
NetworkInterface |
NetworkInterface.setNetwork(java.lang.String network)
URL of the network resource for this instance.
|
NetworkInterface |
NetworkInterface.setNetworkIP(java.lang.String networkIP)
[Output Only] An optional IPV4 internal network address assigned to the instance for this
network interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkInterface> |
Instance.getNetworkInterfaces()
An array of configurations for this interface.
|
java.util.List<NetworkInterface> |
InstanceProperties.getNetworkInterfaces()
An array of network access configurations for this interface.
|
Modifier and Type | Method and Description |
---|---|
Instance |
Instance.setNetworkInterfaces(java.util.List<NetworkInterface> networkInterfaces)
An array of configurations for this interface.
|
InstanceProperties |
InstanceProperties.setNetworkInterfaces(java.util.List<NetworkInterface> networkInterfaces)
An array of network access configurations for this interface.
|