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

Packages that use Instance
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Instance in org.jclouds.googlecomputeengine.domain
 

Fields in org.jclouds.googlecomputeengine.domain declared as Instance
protected  Instance InstanceInZone.instance
           
 

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

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance
 Instance.Builder Instance.Builder.fromInstance(Instance in)
           
 

Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Instance
InstanceInZone(Instance instance, String zoneId)
           
 

Uses of Instance in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Instance
 Instance InstanceApi.getInZone(String zone, String instanceName)
          Returns the specified instance resource.
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Instance
 ListPage<Instance> InstanceApi.listAtMarkerInZone(String zone, String marker)
           
 ListPage<Instance> InstanceApi.listAtMarkerInZone(String zone, String marker, ListOptions listOptions)
          Retrieves the list of instance resources available to the specified project.
 ListPage<Instance> InstanceApi.listFirstPageInZone(String zone)
          A paged version of InstanceApi#listInZone()
 org.jclouds.collect.PagedIterable<Instance> InstanceApi.listInZone(String zone)
           
 org.jclouds.collect.PagedIterable<Instance> InstanceApi.listInZone(String zone, ListOptions options)
           
 

Uses of Instance in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Instance
protected  com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Instance>> ParseInstances.ToPagedIterable.fetchNextPage(String project, String zone, ListOptions options)
           
 



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