public interface DeltacloudAsyncClient
DeltacloudClient
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Instance> |
createInstance(String imageId,
CreateInstanceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> |
getCollections() |
com.google.common.util.concurrent.ListenableFuture<HardwareProfile> |
getHardwareProfile(URI profileHref) |
com.google.common.util.concurrent.ListenableFuture<Image> |
getImage(URI imageHref) |
com.google.common.util.concurrent.ListenableFuture<Instance> |
getInstance(URI instanceHref) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> |
getInstanceStates() |
com.google.common.util.concurrent.ListenableFuture<Realm> |
getRealm(URI realmHref) |
com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> |
listHardwareProfiles() |
com.google.common.util.concurrent.ListenableFuture<Set<Image>> |
listImages() |
com.google.common.util.concurrent.ListenableFuture<Set<Instance>> |
listInstances() |
com.google.common.util.concurrent.ListenableFuture<Set<Realm>> |
listRealms() |
com.google.common.util.concurrent.ListenableFuture<Void> |
performAction(HttpRequest action) |
com.google.common.util.concurrent.ListenableFuture<Set<DeltacloudCollection>> getCollections()
DeltacloudClient.getCollections()
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.Multimap<Instance.State,Transition>> getInstanceStates()
DeltacloudClient.getInstanceStates()
com.google.common.util.concurrent.ListenableFuture<Set<Realm>> listRealms()
DeltacloudClient.listRealms()
com.google.common.util.concurrent.ListenableFuture<Set<Image>> listImages()
DeltacloudClient.listImages()
com.google.common.util.concurrent.ListenableFuture<Set<HardwareProfile>> listHardwareProfiles()
com.google.common.util.concurrent.ListenableFuture<HardwareProfile> getHardwareProfile(URI profileHref)
com.google.common.util.concurrent.ListenableFuture<Set<Instance>> listInstances()
DeltacloudClient.listInstances()
com.google.common.util.concurrent.ListenableFuture<Instance> getInstance(URI instanceHref)
com.google.common.util.concurrent.ListenableFuture<Instance> createInstance(String imageId, CreateInstanceOptions... options)
com.google.common.util.concurrent.ListenableFuture<Void> performAction(HttpRequest action)
DeltacloudClient#performInstanceAction
Copyright © 2009-2012 jclouds. All Rights Reserved.