public interface MachineAsyncClient
MachineClient
,
api docModifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Machine> |
createWithDataset(String datasetURN) |
com.google.common.util.concurrent.ListenableFuture<Machine> |
createWithDataset(String datasetURN,
CreateMachineOptions options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
delete(String id) |
com.google.common.util.concurrent.ListenableFuture<Machine> |
get(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Machine>> |
list() |
com.google.common.util.concurrent.ListenableFuture<Void> |
reboot(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
resize(String id,
String packageSDC) |
com.google.common.util.concurrent.ListenableFuture<Void> |
start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
stop(String id) |
com.google.common.util.concurrent.ListenableFuture<Set<Machine>> list()
MachineClient.list()
com.google.common.util.concurrent.ListenableFuture<Machine> get(String id)
MachineClient.get(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Machine> createWithDataset(String datasetURN)
com.google.common.util.concurrent.ListenableFuture<Machine> createWithDataset(String datasetURN, CreateMachineOptions options)
com.google.common.util.concurrent.ListenableFuture<Void> stop(String id)
MachineClient.stop(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Void> resize(String id, String packageSDC)
Copyright © 2009-2012 jclouds. All Rights Reserved.