Compute Engine API v1beta14 (revision 17)



Uses of Class
com.google.api.services.compute.model.NetworkInterface

Packages that use NetworkInterface
com.google.api.services.compute.model   
 

Uses of NetworkInterface in com.google.api.services.compute.model
 

Methods in com.google.api.services.compute.model that return NetworkInterface
 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 to assign to the instance for this network interface.
 

Methods in com.google.api.services.compute.model that return types with arguments of type NetworkInterface
 List<NetworkInterface> Instance.getNetworkInterfaces()
          Array of configurations for this interface.
 

Method parameters in com.google.api.services.compute.model with type arguments of type NetworkInterface
 Instance Instance.setNetworkInterfaces(List<NetworkInterface> networkInterfaces)
          Array of configurations for this interface.