Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.changeAdminPass(int id,
String adminPass) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.confirmResizeServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.rebootServer(int id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.renameServer(int id,
String newName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.resizeServer(int id,
int flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.revertResizeServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.shareIp(String addressToShare,
int serverToTosignBindressTo,
int sharedIpGroup,
boolean configureServer) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.createVLAN(String name) |
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.renameVLAN(String uuid,
String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncClient.reboot(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncClient.resize(String id,
String packageSDC) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncClient.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncClient.stop(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.addFloatingIP(int serverId,
String ip) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.changeAdminPass(int id,
String adminPass) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.confirmResizeServer(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebootServer(int id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.renameServer(int id,
String newName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.resizeServer(int id,
int flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.revertResizeServer(int id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncClient.addFloatingIPToServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncClient.allocate() |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncClient.createKeyPairWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncClient.createSecurityGroupWithNameAndDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncClient.disableHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncClient.enableHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.injectNetworkInfoIntoServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.lockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.migrateServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.pauseServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncClient.removeFloatingIPFromServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.resetNetworkOfServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.resumeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncClient.setExtraSpec(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncClient.setExtraSpec(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncClient.startHostMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncClient.stopHostMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.suspendServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.unlockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncClient.unpauseServer(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncClient.changeAdminPass(String id,
String adminPass) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncClient.confirmResizeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncClient.createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncClient.rebootServer(String id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncClient.renameServer(String id,
String newName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncClient.resizeServer(String id,
String flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncClient.revertResizeServer(String id) |
Copyright © 2009-2012 jclouds. All Rights Reserved.