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

Packages that use Instance
org.jclouds.deltacloud   
org.jclouds.deltacloud.compute.functions   
org.jclouds.deltacloud.compute.strategy   
org.jclouds.deltacloud.predicates   
org.jclouds.deltacloud.xml   
 

Uses of Instance in org.jclouds.deltacloud
 

Methods in org.jclouds.deltacloud that return Instance
 Instance DeltacloudClient.createInstance(String imageId, CreateInstanceOptions... options)
          Create a new Instance
 Instance DeltacloudClient.getInstance(URI instanceHref)
           
 

Methods in org.jclouds.deltacloud that return types with arguments of type Instance
 com.google.common.util.concurrent.ListenableFuture<Instance> DeltacloudAsyncClient.createInstance(String imageId, CreateInstanceOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Instance> DeltacloudAsyncClient.getInstance(URI instanceHref)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Instance>> DeltacloudAsyncClient.listInstances()
           
 Set<Instance> DeltacloudClient.listInstances()
          The instances collection will return a set of all instances available to the current user.
 

Uses of Instance in org.jclouds.deltacloud.compute.functions
 

Methods in org.jclouds.deltacloud.compute.functions with parameters of type Instance
 NodeMetadata InstanceToNodeMetadata.apply(Instance from)
           
protected  Hardware InstanceToNodeMetadata.parseHardware(Instance from)
           
protected  Location InstanceToNodeMetadata.parseLocation(Instance from)
           
protected  OperatingSystem InstanceToNodeMetadata.parseOperatingSystem(Instance from)
           
 

Uses of Instance in org.jclouds.deltacloud.compute.strategy
 

Methods in org.jclouds.deltacloud.compute.strategy that return Instance
 Instance DeltacloudComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 Instance DeltacloudComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.deltacloud.compute.strategy that return types with arguments of type Instance
 Iterable<Instance> DeltacloudComputeServiceAdapter.listNodes()
           
 

Uses of Instance in org.jclouds.deltacloud.predicates
 

Methods in org.jclouds.deltacloud.predicates with parameters of type Instance
 boolean InstanceState.apply(Instance instance)
           
 

Uses of Instance in org.jclouds.deltacloud.xml
 

Methods in org.jclouds.deltacloud.xml that return Instance
 Instance InstanceHandler.getResult()
           
 

Methods in org.jclouds.deltacloud.xml that return types with arguments of type Instance
 Set<? extends Instance> InstancesHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.