Uses of Class
org.jclouds.slicehost.domain.Slice

Packages that use Slice
org.jclouds.slicehost   
org.jclouds.slicehost.compute.functions   
org.jclouds.slicehost.compute.strategy   
org.jclouds.slicehost.predicates   
org.jclouds.slicehost.xml   
 

Uses of Slice in org.jclouds.slicehost
 

Methods in org.jclouds.slicehost that return Slice
 Slice SlicehostClient.createSlice(String name, int imageId, int flavorId)
           
 Slice SlicehostClient.getSlice(int id)
           
 

Methods in org.jclouds.slicehost that return types with arguments of type Slice
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.createSlice(String name, int imageId, int flavorId)
           
 com.google.common.util.concurrent.ListenableFuture<Slice> SlicehostAsyncClient.getSlice(int id)
           
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Slice>> SlicehostAsyncClient.listSlices()
           
 Set<Slice> SlicehostClient.listSlices()
           
 

Uses of Slice in org.jclouds.slicehost.compute.functions
 

Methods in org.jclouds.slicehost.compute.functions with parameters of type Slice
 NodeMetadata SliceToNodeMetadata.apply(Slice from)
           
protected  Hardware SliceToNodeMetadata.parseHardware(Slice from)
           
protected  OperatingSystem SliceToNodeMetadata.parseOperatingSystem(Slice from)
           
 

Uses of Slice in org.jclouds.slicehost.compute.strategy
 

Methods in org.jclouds.slicehost.compute.strategy that return Slice
 Slice SlicehostComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.slicehost.compute.strategy that return types with arguments of type Slice
 ComputeServiceAdapter.NodeAndInitialCredentials<Slice> SlicehostComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 Iterable<Slice> SlicehostComputeServiceAdapter.listNodes()
           
 

Uses of Slice in org.jclouds.slicehost.predicates
 

Methods in org.jclouds.slicehost.predicates with parameters of type Slice
 boolean SliceActive.apply(Slice slice)
           
 boolean SliceTerminated.apply(Slice slice)
           
 

Uses of Slice in org.jclouds.slicehost.xml
 

Methods in org.jclouds.slicehost.xml that return Slice
 Slice SliceHandler.getResult()
           
 

Methods in org.jclouds.slicehost.xml that return types with arguments of type Slice
 Set<? extends Slice> SlicesHandler.getResult()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.