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
 

Fields in org.jclouds.slicehost.compute.strategy with type parameters of type Slice
protected  com.google.common.base.Function<Slice,NodeMetadata> SlicehostCreateNodeWithGroupEncodedIntoName.sliceToNodeMetadata
           
 

Constructor parameters in org.jclouds.slicehost.compute.strategy with type arguments of type Slice
SlicehostCreateNodeWithGroupEncodedIntoName(SlicehostClient client, Map<String,Credentials> credentialStore, com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
           
SlicehostGetNodeMetadataStrategy(SlicehostClient client, com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
           
SlicehostListNodesStrategy(SlicehostClient client, com.google.common.base.Function<Slice,NodeMetadata> sliceToNodeMetadata)
           
 

Uses of Slice in org.jclouds.slicehost.predicates
 

Methods in org.jclouds.slicehost.predicates with parameters of type Slice
 boolean SliceTerminated.apply(Slice slice)
           
 boolean SliceActive.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-2011 jclouds. All Rights Reserved.