Package | Description |
---|---|
org.jclouds.slicehost | |
org.jclouds.slicehost.compute.functions | |
org.jclouds.slicehost.compute.strategy | |
org.jclouds.slicehost.predicates | |
org.jclouds.slicehost.xml |
Modifier and Type | Method and Description |
---|---|
Slice |
SlicehostClient.createSlice(String name,
int imageId,
int flavorId) |
Slice |
SlicehostClient.getSlice(int id) |
Modifier and Type | Method and Description |
---|---|
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) |
Set<Slice> |
SlicehostClient.listSlices() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Slice>> |
SlicehostAsyncClient.listSlices() |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
SliceToNodeMetadata.apply(Slice from) |
protected Hardware |
SliceToNodeMetadata.parseHardware(Slice from) |
protected OperatingSystem |
SliceToNodeMetadata.parseOperatingSystem(Slice from) |
Modifier and Type | Method and Description |
---|---|
Slice |
SlicehostComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Slice> |
SlicehostComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Slice> |
SlicehostComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
boolean |
SliceTerminated.apply(Slice slice) |
boolean |
SliceActive.apply(Slice slice) |
Modifier and Type | Method and Description |
---|---|
Slice |
SliceHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<? extends Slice> |
SlicesHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.