Compute Engine API v1beta13 (revision 24)



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.clone()
           
 NetworkInterface NetworkInterface.set(String fieldName, Object value)
           
 NetworkInterface NetworkInterface.setAccessConfigs(List<AccessConfig> accessConfigs)
          Array of configurations for this interface.
 NetworkInterface NetworkInterface.setKind(String kind)
          Type of the resource.
 NetworkInterface NetworkInterface.setName(String name)
          Name of the resource, 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 this instance.
 

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.