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> |
MachineAsyncApi.reboot(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncApi.resize(String id,
String packageJoyentCloud) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncApi.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncApi.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> |
FloatingIPAsyncApi.addFloatingIPToServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
FloatingIPAsyncApi.allocate() |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncApi.createKeyPair(String name) |
com.google.common.util.concurrent.ListenableFuture<KeyPair> |
KeyPairAsyncApi.createKeyPairWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
SecurityGroupAsyncApi.createSecurityGroupWithNameAndDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.disableHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.enableHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.injectNetworkInfoIntoServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.lockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.migrateServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.pauseServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncApi.removeFloatingIPFromServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.resetNetworkOfServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.resumeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.setExtraSpec(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.setExtraSpec(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.startHostMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.stopHostMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.suspendServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.unlockServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
AdminActionsAsyncApi.unpauseServer(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.changeAdminPass(String id,
String adminPass) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.confirmResizeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.rebootServer(String id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.renameServer(String id,
String newName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.resizeServer(String id,
String flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.revertResizeServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.startServer(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.stopServer(String id) |
Copyright © 2009-2012 jclouds. All Rights Reserved.