Package | Description |
---|---|
com.google.api.services.compute | |
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Compute.Instances.UpdateNetworkInterface |
Compute.Instances.updateNetworkInterface(java.lang.String project,
java.lang.String zone,
java.lang.String instance,
java.lang.String networkInterface,
NetworkInterface content)
Updates an instance's network interface.
|
Constructor and Description |
---|
UpdateNetworkInterface(java.lang.String project,
java.lang.String zone,
java.lang.String instance,
java.lang.String networkInterface,
NetworkInterface content)
Updates an instance's network interface.
|
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
NetworkInterface.clone() |
NetworkInterface |
NetworkInterface.encodeFingerprint(byte[] fingerprint)
Fingerprint hash of contents stored in this network interface.
|
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.setAliasIpRanges(java.util.List<AliasIpRange> aliasIpRanges)
An array of alias IP ranges for this network interface.
|
NetworkInterface |
NetworkInterface.setFingerprint(java.lang.String fingerprint)
Fingerprint hash of contents stored in this network interface.
|
NetworkInterface |
NetworkInterface.setKind(java.lang.String kind)
[Output Only] Type of the resource.
|
NetworkInterface |
NetworkInterface.setName(java.lang.String name)
[Output Only] The name of the network interface, which is 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)
An IPv4 internal IP address to assign to the instance for this network interface.
|
NetworkInterface |
NetworkInterface.setSubnetwork(java.lang.String subnetwork)
The URL of the Subnetwork resource for this instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkInterface> |
Instance.getNetworkInterfaces()
An array of network configurations for this instance.
|
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 network configurations for this instance.
|
InstanceProperties |
InstanceProperties.setNetworkInterfaces(java.util.List<NetworkInterface> networkInterfaces)
An array of network access configurations for this interface.
|