Package | Description |
---|---|
org.jclouds.deltacloud | |
org.jclouds.deltacloud.compute.functions | |
org.jclouds.deltacloud.compute.strategy | |
org.jclouds.deltacloud.predicates | |
org.jclouds.deltacloud.xml |
Modifier and Type | Method and Description |
---|---|
Instance |
DeltacloudClient.createInstance(String imageId,
CreateInstanceOptions... options)
Create a new Instance
|
Instance |
DeltacloudClient.getInstance(URI instanceHref) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.createInstance(String imageId,
CreateInstanceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Instance> |
DeltacloudAsyncClient.getInstance(URI instanceHref) |
Set<Instance> |
DeltacloudClient.listInstances()
The instances collection will return a set of all instances available to the current user.
|
com.google.common.util.concurrent.ListenableFuture<Set<Instance>> |
DeltacloudAsyncClient.listInstances() |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
InstanceToNodeMetadata.apply(Instance from) |
protected Hardware |
InstanceToNodeMetadata.parseHardware(Instance from) |
protected Location |
InstanceToNodeMetadata.parseLocation(Instance from) |
protected OperatingSystem |
InstanceToNodeMetadata.parseOperatingSystem(Instance from) |
Modifier and Type | Method and Description |
---|---|
Instance |
DeltacloudComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Instance> |
DeltacloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Iterable<Instance> |
DeltacloudComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
boolean |
InstanceState.apply(Instance instance) |
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceHandler.getResult() |
Modifier and Type | Method and Description |
---|---|
Set<? extends Instance> |
InstancesHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.