Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.captureRole(String serviceName,
String deploymentName,
String roleName,
String imageName,
String imageLabel) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.restartRole(String serviceName,
String deploymentName,
String roleName) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.shutdownRole(String serviceName,
String deploymentName,
String roleName) |
com.google.common.util.concurrent.ListenableFuture<String> |
RoleAsyncApi.startRole(String serviceName,
String deploymentName,
String roleName) |
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)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.addToServer(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.changeAdminPass(int id,
String adminPass)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.changeAdminPass(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.confirmResizeServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.confirmResize(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.createImageFromServer(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.rebootServer(int id,
RebootType rebootType)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.reboot(String, RebootType) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.renameServer(int id,
String newName)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.rename(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.resizeServer(int id,
int flavorId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.resize(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Void> |
NovaAsyncClient.revertResizeServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.revertResize(String) in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncApi.addToServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends FloatingIP> |
FloatingIPAsyncApi.create() |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroup> |
SecurityGroupAsyncApi.createWithDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.disable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.enable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.injectNetworkInfo(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.lock(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.migrate(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.pause(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncApi.removeFromServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.resetNetwork(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.resume(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.startMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
HostAdministrationAsyncApi.stopMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.suspend(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.unlock(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.unpause(String id) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.updateExtraSpec(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.updateMetadataEntry(String flavorId,
String key,
String value) |
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.confirmResize(String id) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.createImageFromServer(String name,
String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.reboot(String id,
RebootType rebootType) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.rename(String id,
String newName) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.resize(String id,
String flavorId) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.revertResize(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.start(String id) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ServerAsyncApi.stop(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
DataNonCDMIContentTypeAsyncApi.create(String dataObjectName,
String input) |
Copyright © 2009-2013 jclouds. All Rights Reserved.