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.captureRole(String serviceName,
String deploymentName,
String roleName,
String imageName,
String imageLabel) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location,
CreateHostedServiceOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location,
CreateHostedServiceOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location,
CreateHostedServiceOptions options) |
com.google.common.util.concurrent.ListenableFuture<String> |
HostedServiceAsyncApi.createServiceWithLabelInLocation(String serviceName,
String label,
String location,
CreateHostedServiceOptions options) |
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<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options) |
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.shareIp(String addressToShare,
int serverToTosignBindressTo,
int sharedIpGroup,
boolean configureServer) |
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<DriveInfo> |
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options) |
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<ServerDetails> |
ServerAsyncApi.createWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.createWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
MachineAsyncApi.resize(String id,
String packageJoyentCloud) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Volume> |
VolumeAsyncApi.create(int sizeGB,
CreateVolumeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Snapshot> |
SnapshotAsyncApi.create(String volumeId,
CreateSnapshotOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Auth> |
AuthenticationAsyncClient.authenticate(String username,
String key) |
com.google.common.util.concurrent.ListenableFuture<Auth> |
AuthenticationAsyncClient.authenticate(String username,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials) |
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<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<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<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) 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. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.addHost(String id,
String host) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncApi.addToServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
VolumeAttachmentAsyncApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
VolumeAttachmentAsyncApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device)
Deprecated.
To be removed in jclouds 1.7
|
com.google.common.util.concurrent.ListenableFuture<? extends VolumeAttachment> |
VolumeAsyncApi.attachVolumeToServerAsDevice(String volumeId,
String serverId,
String device)
Deprecated.
To be removed in jclouds 1.7
|
com.google.common.util.concurrent.ListenableFuture<? extends Volume> |
VolumeAsyncApi.create(int sizeGB,
CreateVolumeOptions... options)
Creates a new volume
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.create(String name) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeType> |
VolumeTypeAsyncApi.create(String name,
CreateVolumeTypeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAdminAsyncApi.createBackup(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAdminAsyncApi.createBackup(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAdminAsyncApi.createBackup(String id,
String imageName,
BackupType backupType,
int rotation,
CreateBackupOfServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.createInAvailabilityZone(String name,
String availabilityZone) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.createInAvailabilityZone(String name,
String availabilityZone) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingCidrBlock(String parent_group_id,
Ingress ip_protocol,
String cidr) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingCidrBlock(String parent_group_id,
Ingress ip_protocol,
String cidr) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingSecurityGroupId(String parent_group_id,
Ingress ip_protocol,
String group_id) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroupRule> |
SecurityGroupAsyncApi.createRuleAllowingSecurityGroupId(String parent_group_id,
Ingress ip_protocol,
String group_id) |
com.google.common.util.concurrent.ListenableFuture<? extends VolumeSnapshot> |
VolumeAsyncApi.createSnapshot(String volumeId,
CreateVolumeSnapshotOptions... options)
Creates a new Snapshot
|
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroup> |
SecurityGroupAsyncApi.createWithDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends SecurityGroup> |
SecurityGroupAsyncApi.createWithDescription(String name,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.createWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
KeyPairAsyncApi.createWithPublicKey(String name,
String publicKey) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.liveMigrate(String id,
String host,
boolean blockMigration,
boolean diskOverCommit) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.liveMigrate(String id,
String host,
boolean blockMigration,
boolean diskOverCommit) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
ServerAdminAsyncApi.liveMigrate(String id,
String host,
boolean blockMigration,
boolean diskOverCommit) |
com.google.common.util.concurrent.ListenableFuture<Void> |
FloatingIPAsyncApi.removeFromServer(String address,
String serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.removeHost(String id,
String host) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.setMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
QuotaClassAsyncApi.update(String id,
QuotaClass quotas) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.updateAvailabilityZone(String id,
String availabilityZone) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.updateExtraSpec(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.updateExtraSpec(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
VolumeTypeAsyncApi.updateExtraSpecs(String id,
Map<String,String> specs) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.updateMetadata(String flavorId,
Map<String,String> specs) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.updateMetadataEntry(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
FlavorExtraSpecsAsyncApi.updateMetadataEntry(String flavorId,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> |
HostAggregateAsyncApi.updateName(String id,
String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
QuotaAsyncApi.updateQuotaOfTenant(Quota quota,
String tenantId) |
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<ServerCreated> |
ServerAsyncApi.create(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerCreated> |
ServerAsyncApi.create(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ServerCreated> |
ServerAsyncApi.create(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
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<? extends Map<String,String>> |
ServerAsyncApi.setMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<Map<String,String>> |
ImageAsyncApi.setMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,String>> |
ServerAsyncApi.updateMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<? extends Map<String,String>> |
ImageAsyncApi.updateMetadata(String id,
Map<String,String> metadata) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.updateMetadata(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<String> |
ServerAsyncApi.updateMetadata(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<String> |
ImageAsyncApi.updateMetadata(String id,
String key,
String value) |
com.google.common.util.concurrent.ListenableFuture<String> |
ImageAsyncApi.updateMetadata(String id,
String key,
String value) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Port> |
PortAsyncApi.create(Port.State state) |
com.google.common.util.concurrent.ListenableFuture<? extends Reference> |
NetworkAsyncApi.create(String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
PortAsyncApi.plugAttachment(String portId,
String attachmentId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
NetworkAsyncApi.rename(String id,
String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
PortAsyncApi.updateState(String id,
Port.State state) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials) |
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncApi.addFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.cloneVApp(URI vAppUri,
String newVAppName,
String networkTierName) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncApi.cloneVApp(URI vAppUri,
String newVAppName,
String networkTierName) |
com.google.common.util.concurrent.ListenableFuture<Task> |
FirewallAsyncApi.deleteFirewallRule(String billingSiteId,
String vpdcId,
FirewallRule firewallRule) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Slice> |
SlicehostAsyncClient.createSlice(String name,
int imageId,
int flavorId) |
com.google.common.util.concurrent.ListenableFuture<Slice> |
SlicehostAsyncClient.createSlice(String name,
int imageId,
int flavorId) |
com.google.common.util.concurrent.ListenableFuture<Slice> |
SlicehostAsyncClient.createSlice(String name,
int imageId,
int flavorId) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
DataNonCDMIContentTypeAsyncApi.create(String dataObjectName,
String input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.changeVisibility(Iterable<String> receiptHandles,
int visibilityTimeout) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.changeVisibility(Iterable<String> receiptHandles,
int visibilityTimeout) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.changeVisibility(Map<String,String> idReceiptHandle,
int visibilityTimeout) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<String>> |
MessageAsyncApi.changeVisibility(Map<String,String> idReceiptHandle,
int visibilityTimeout) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelay(Iterable<String> messageBodies,
int delaySeconds) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelay(Iterable<String> messageBodies,
int delaySeconds) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelay(Map<String,String> idMessageBody,
int delaySeconds) |
com.google.common.util.concurrent.ListenableFuture<? extends BatchResult<? extends MessageIdAndMD5>> |
MessageAsyncApi.sendWithDelay(Map<String,String> idMessageBody,
int delaySeconds) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudAsyncClient.addInternetServiceToExistingIp(URI publicIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.addNode(URI internetServiceId,
String ipAddress,
String name,
int port,
AddNodeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.addNode(URI internetServiceId,
String ipAddress,
String name,
int port,
AddNodeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.addNode(URI internetServiceId,
String ipAddress,
String name,
int port,
AddNodeOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc,
URI toClone,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc,
URI toClone,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends Node> |
TerremarkVCloudAsyncClient.configureNode(URI nodeId,
String name,
boolean enabled,
String description) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc,
URI template,
String appName,
InstantiateVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.instantiateVAppTemplateInVDC(URI vdc,
URI template,
String appName,
InstantiateVAppTemplateOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault) |
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SessionWithToken> |
SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password) |
com.google.common.util.concurrent.ListenableFuture<SessionWithToken> |
SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password) |
com.google.common.util.concurrent.ListenableFuture<SessionWithToken> |
SessionAsyncApi.loginUserInOrgWithPassword(URI loginUrl,
String user,
String org,
String password) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity,
URI catalog,
String name,
CatalogItemOptions... options) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.addVAppTemplateOrMediaImageToCatalogAndNameItem(URI entity,
URI catalog,
String name,
CatalogItemOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture,
String templateName,
URI vdc,
CaptureVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.captureVAppAsTemplateInVDC(URI toCapture,
String templateName,
URI vdc,
CaptureVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncClient.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate,
URI vdc,
String newName,
CloneVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncClient.copyVAppTemplateToVDCAndName(URI sourceVAppTemplate,
URI vdc,
String newName,
CloneVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName,
URI vdc,
URI template,
InstantiateVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName,
URI vdc,
URI template,
InstantiateVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncClient.moveVAppTemplateToVDCAndRename(URI toClone,
URI vdc,
String newName,
CloneVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppTemplateAsyncClient.moveVAppTemplateToVDCAndRename(URI toClone,
URI vdc,
String newName,
CloneVAppTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VAppAsyncClient.moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.