Uses of Class
org.jclouds.googlecomputeengine.domain.InstanceInZone

Packages that use InstanceInZone
org.jclouds.googlecomputeengine.compute   
org.jclouds.googlecomputeengine.compute.functions   
 

Uses of InstanceInZone in org.jclouds.googlecomputeengine.compute
 

Methods in org.jclouds.googlecomputeengine.compute that return InstanceInZone
 InstanceInZone GoogleComputeEngineServiceAdapter.getNode(String name)
           
 

Methods in org.jclouds.googlecomputeengine.compute that return types with arguments of type InstanceInZone
 org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<InstanceInZone> GoogleComputeEngineServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, org.jclouds.compute.domain.Template template)
           
 Iterable<InstanceInZone> GoogleComputeEngineServiceAdapter.listNodes()
           
 Iterable<InstanceInZone> GoogleComputeEngineServiceAdapter.listNodesByIds(Iterable<String> ids)
           
 

Uses of InstanceInZone in org.jclouds.googlecomputeengine.compute.functions
 

Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type InstanceInZone
 org.jclouds.compute.domain.NodeMetadata InstanceInZoneToNodeMetadata.apply(InstanceInZone instanceInZone)
           
 



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