Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.NetworkInterface

Packages that use Instance.NetworkInterface
org.jclouds.googlecomputeengine.domain   
 

Uses of Instance.NetworkInterface in org.jclouds.googlecomputeengine.domain
 

Fields in org.jclouds.googlecomputeengine.domain with type parameters of type Instance.NetworkInterface
protected  Set<Instance.NetworkInterface> Instance.networkInterfaces
           
 

Methods in org.jclouds.googlecomputeengine.domain that return Instance.NetworkInterface
 Instance.NetworkInterface Instance.NetworkInterface.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.NetworkInterface
 Set<Instance.NetworkInterface> Instance.getNetworkInterfaces()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.NetworkInterface
 Instance.Builder Instance.Builder.addNetworkInterface(Instance.NetworkInterface networkInterface)
           
 Instance.NetworkInterface.Builder Instance.NetworkInterface.Builder.fromNetworkInterface(Instance.NetworkInterface in)
           
 

Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.NetworkInterface
 Instance.Builder Instance.Builder.networkInterfaces(Set<Instance.NetworkInterface> networkInterfaces)
           
 

Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.NetworkInterface
Instance(String id, Date creationTimestamp, URI selfLink, String name, String description, Instance.Tags tags, URI machineType, Instance.Status status, String statusMessage, URI zone, Set<Instance.NetworkInterface> networkInterfaces, Set<Instance.AttachedDisk> disks, Metadata metadata, Set<Instance.ServiceAccount> serviceAccounts)
           
 



Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.