Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.changeAdminPass(int id,
String adminPass)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.rebootServer(int id,
RebootType rebootType)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.renameServer(int id,
String newName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.resizeServer(int id,
int flavorId)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.shareIp(String addressToShare,
int serverToTosignBindressTo,
int sharedIpGroup,
boolean configureServer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
CloudServersAsyncClient.shareIp(String addressToShare,
int serverToTosignBindressTo,
int sharedIpGroup,
boolean configureServer)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.createVLAN(String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<VLANInfo> |
CloudSigmaAsyncClient.renameVLAN(String uuid,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Job |
ZoneApi.scheduleCreateWithContact(String fqdn,
String contact)
Schedules addition of a new primary zone with one hour default TTL and
Zone.SerialStyle.INCREMENT into the current session. |
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<? 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)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiAccessKeyCredentials apiAccessKeyCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
Deprecated.
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
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 FloatingIP> |
FloatingIPAsyncApi.allocateFromPool(String pool) |
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 |
---|---|
ReverseDNSApi |
CloudDNSApi.getReverseDNSApiForService(String serviceName)
Provides access to Reverse DNS features.
|
Modifier and Type | Method and Description |
---|---|
Job<Set<RecordDetail>> |
ReverseDNSApi.create(URI deviceURI,
Iterable<Record> records)
Create Reverse DNS (PTR) records for a device.
|
Job<Set<RecordDetail>> |
ReverseDNSApi.create(URI deviceURI,
Iterable<Record> records)
Create Reverse DNS (PTR) records for a device.
|
Job<Domain> |
DomainApi.importFormat(List<String> contents,
Domain.Format format)
This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration
contents.
|
Job<Domain> |
DomainApi.importFormat(List<String> contents,
Domain.Format format)
This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration
contents.
|
Job<Void> |
ReverseDNSApi.update(URI deviceURI,
Map<String,Record> idsToRecords)
Update Reverse DNS (PTR) records for a device.
|
Job<Void> |
ReverseDNSApi.update(URI deviceURI,
Map<String,Record> idsToRecords)
Update Reverse DNS (PTR) records for a device.
|
Job<Void> |
DomainApi.updateEmail(Iterable<Integer> ids,
String email)
This call modifies the domain's email only.
|
Job<Void> |
DomainApi.updateEmail(Iterable<Integer> ids,
String email)
This call modifies the domain's email only.
|
Job<Void> |
DomainApi.updateTTL(Iterable<Integer> ids,
int ttl)
This call modifies the domain's TTL only.
|
Job<Void> |
DomainApi.updateTTL(Iterable<Integer> ids,
int ttl)
This call modifies the domain's TTL only.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
com.google.common.util.concurrent.ListenableFuture<Access> |
CloudIdentityAuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Deprecated.
|
Access |
CloudIdentityAuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
ApiKeyCredentials apiKeyCredentials)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionPersistenceApi.create(SessionPersistence sessionPersistence)
Create session persistence.
|
void |
ErrorPageApi.create(String content)
Specify the HTML content for the custom error page.
|
boolean |
NodeApi.updateMetadatum(int id,
int metadatumId,
String value)
Update metadatum.
|
boolean |
LoadBalancerApi.updateMetadatum(int id,
int metadatumId,
String value)
Update metadatum.
|
Modifier and Type | Method and Description |
---|---|
Change |
ResourceRecordSetApi.create(ResourceRecordSet rrs)
schedules creation of the resource record set.
|
NewHostedZone |
HostedZoneApi.createWithReference(String name,
String callerReference)
This action creates a new hosted zone.
|
NewHostedZone |
HostedZoneApi.createWithReference(String name,
String callerReference)
This action creates a new hosted zone.
|
NewHostedZone |
HostedZoneApi.createWithReferenceAndComment(String name,
String callerReference,
String comment)
like
HostedZoneApi.createWithReference(String, String) , except you can specify
a comment. |
NewHostedZone |
HostedZoneApi.createWithReferenceAndComment(String name,
String callerReference,
String comment)
like
HostedZoneApi.createWithReference(String, String) , except you can specify
a comment. |
NewHostedZone |
HostedZoneApi.createWithReferenceAndComment(String name,
String callerReference,
String comment)
like
HostedZoneApi.createWithReference(String, String) , except you can specify
a comment. |
Change |
ResourceRecordSetApi.delete(ResourceRecordSet rrs)
This action deletes a resource record set.
|
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkECloudAsyncClient.addInternetServiceToExistingIp(URI existingIpId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkECloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkECloudAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
Deprecated.
|
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 Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<? extends Catalog> |
TerremarkVCloudAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends CatalogItem> |
TerremarkVCloudAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
TerremarkVCloudAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName) |
com.google.common.util.concurrent.ListenableFuture<? extends TasksList> |
TerremarkVCloudAsyncClient.findTasksListInOrgNamed(String orgName,
String tasksListName) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<? extends VApp> |
TerremarkVCloudAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends VAppTemplate> |
TerremarkVCloudAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<? extends VDC> |
TerremarkVCloudAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
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)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends InternetService> |
TerremarkVCloudExpressAsyncClient.addInternetServiceToVDC(URI vDCId,
String serviceName,
Protocol protocol,
int port,
AddInternetServiceOptions... options)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends KeyPair> |
TerremarkVCloudExpressAsyncClient.generateKeyPairInOrg(URI org,
String name,
boolean makeDefault)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DirectionalGroupApi |
UltraDNSWSApi.getDirectionalGroupApiForAccount(String accountId)
Provides access to Account-Level Directional Group features.
|
DirectionalPoolApi |
UltraDNSWSApi.getDirectionalPoolApiForZone(String zoneName)
Provides access to Directional Pool features.
|
ResourceRecordApi |
UltraDNSWSApi.getResourceRecordApiForZone(String zoneName)
Provides access to Resource Record features.
|
RoundRobinPoolApi |
UltraDNSWSApi.getRoundRobinPoolApiForZone(String zoneName)
Provides access to Round Robin Pool features.
|
TrafficControllerPoolApi |
UltraDNSWSApi.getTrafficControllerPoolApiForZone(String zoneName)
Provides access to Traffic Controller Pool features.
|
Modifier and Type | Method and Description |
---|---|
String |
RoundRobinPoolApi.addAAAARecordWithAddressAndTTL(String lbPoolID,
String ipv6Address,
int ttl)
adds a new
AAAA record to the pool |
String |
RoundRobinPoolApi.addAAAARecordWithAddressAndTTL(String lbPoolID,
String ipv6Address,
int ttl)
adds a new
AAAA record to the pool |
String |
RoundRobinPoolApi.addAAAARecordWithAddressAndTTL(String lbPoolID,
String ipv6Address,
int ttl)
adds a new
AAAA record to the pool |
String |
RoundRobinPoolApi.addARecordWithAddressAndTTL(String lbPoolID,
String ipv4Address,
int ttl)
adds a new
A record to the pool |
String |
RoundRobinPoolApi.addARecordWithAddressAndTTL(String lbPoolID,
String ipv4Address,
int ttl)
adds a new
A record to the pool |
String |
RoundRobinPoolApi.addARecordWithAddressAndTTL(String lbPoolID,
String ipv4Address,
int ttl)
adds a new
A record to the pool |
String |
DirectionalPoolApi.addFirstRecordInNonConfiguredGroup(String poolId,
DirectionalPoolRecord toCreate)
creates a resource record in the pool, creating and assigning it to the
special "non configured group".
|
String |
DirectionalPoolApi.addFirstRecordInNonConfiguredGroup(String poolId,
DirectionalPoolRecord toCreate)
creates a resource record in the pool, creating and assigning it to the
special "non configured group".
|
String |
DirectionalPoolApi.addRecordIntoExistingGroup(String poolId,
DirectionalPoolRecord toCreate,
String groupId)
creates a resource record in the pool.
|
String |
DirectionalPoolApi.addRecordIntoExistingGroup(String poolId,
DirectionalPoolRecord toCreate,
String groupId)
creates a resource record in the pool.
|
String |
DirectionalPoolApi.addRecordIntoExistingGroup(String poolId,
DirectionalPoolRecord toCreate,
String groupId)
creates a resource record in the pool.
|
String |
DirectionalPoolApi.addRecordIntoNewGroup(String poolId,
DirectionalPoolRecord toCreate,
DirectionalGroup group)
creates a resource record in the pool.
|
String |
DirectionalPoolApi.addRecordIntoNewGroup(String poolId,
DirectionalPoolRecord toCreate,
DirectionalGroup group)
creates a resource record in the pool.
|
String |
DirectionalPoolApi.addRecordIntoNewGroup(String poolId,
DirectionalPoolRecord toCreate,
DirectionalGroup group)
creates a resource record in the pool.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTL(String rdata,
String lbPoolID,
int ttl)
adds a new record to the pool with default weight.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTL(String rdata,
String lbPoolID,
int ttl)
adds a new record to the pool with default weight.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTL(String rdata,
String lbPoolID,
int ttl)
adds a new record to the pool with default weight.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTLAndWeight(String rdata,
String lbPoolID,
int ttl,
int weight)
adds a new record to the pool with a specified weight.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTLAndWeight(String rdata,
String lbPoolID,
int ttl,
int weight)
adds a new record to the pool with a specified weight.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTLAndWeight(String rdata,
String lbPoolID,
int ttl,
int weight)
adds a new record to the pool with a specified weight.
|
String |
TrafficControllerPoolApi.addRecordToPoolWithTTLAndWeight(String rdata,
String lbPoolID,
int ttl,
int weight)
adds a new record to the pool with a specified weight.
|
void |
TaskApi.clear(String name)
clears a background task in either a COMPLETE or ERROR state.
|
String |
ResourceRecordApi.create(ResourceRecord toCreate)
creates a resource record in the zone.
|
String |
TrafficControllerPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a traffic controller pool.
|
String |
TrafficControllerPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a traffic controller pool.
|
String |
TrafficControllerPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a traffic controller pool.
|
String |
RoundRobinPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a round robin pool.
|
String |
RoundRobinPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a round robin pool.
|
String |
RoundRobinPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a round robin pool.
|
String |
DirectionalPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a directional pool for
A and CNAME (ipv4) records |
String |
DirectionalPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a directional pool for
A and CNAME (ipv4) records |
String |
DirectionalPoolApi.createForDNameAndType(String name,
String dname,
int rrType)
creates a directional pool for
A and CNAME (ipv4) records |
void |
ZoneApi.createInAccount(String name,
String accountId)
creates a primary zone and its supporting records (SOA, NS and A).
|
void |
ZoneApi.createInAccount(String name,
String accountId)
creates a primary zone and its supporting records (SOA, NS and A).
|
void |
ZoneApi.delete(String name)
deletes a zone and all its resource records
|
void |
TrafficControllerPoolApi.delete(String id)
removes a pool and all its records and probes
|
void |
RoundRobinPoolApi.delete(String id)
removes a pool and all its records and probes
|
void |
ResourceRecordApi.delete(String guid)
deletes a specific resource record
|
void |
DirectionalPoolApi.delete(String id)
removes a pool and all its records
|
void |
TrafficControllerPoolApi.deleteRecord(String poolRecordID)
deletes a specific pooled resource record
|
void |
RoundRobinPoolApi.deleteRecord(String guid)
deletes a specific pooled resource record
|
void |
DirectionalPoolApi.deleteRecord(String id)
deletes a specific directional pool record
|
ZoneProperties |
ZoneApi.get(String name) |
Task |
TaskApi.get(String name) |
DirectionalGroup |
DirectionalGroupApi.get(String groupId)
returns the regions and name of the specified directional group or null,
if not found.
|
String |
TrafficControllerPoolApi.getNameByDName(String dname)
Retrieves the name of the specified pool by dname.
|
PoolRecordSpec |
TrafficControllerPoolApi.getRecordSpec(String poolRecordID) |
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccount(String accountId)
Lists all zones in the specified account.
|
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccountAndType(String accountId,
Zone.Type type)
Lists all zones in the specified account of type
|
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccountAndType(String accountId,
Zone.Type type)
Lists all zones in the specified account of type
|
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
ResourceRecordApi.listByName(String hostName)
Returns all the specified record types in the zone with the fully
qualified
hostName |
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
ResourceRecordApi.listByNameAndType(String hostName,
int rrType)
Returns all the specified record types in the zone with the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
ResourceRecordApi.listByNameAndType(String hostName,
int rrType)
Returns all the specified record types in the zone with the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<String> |
DirectionalGroupApi.listGroupNamesByDNameAndType(String hostName,
int rrType)
Returns directional group names visible to the account for the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<String> |
DirectionalGroupApi.listGroupNamesByDNameAndType(String hostName,
int rrType)
Returns directional group names visible to the account for the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<TrafficControllerPoolRecordDetail> |
TrafficControllerPoolApi.listRecords(String poolId)
Returns all records in the traffic controller pool.
|
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
RoundRobinPoolApi.listRecords(String poolId)
Returns all records in the round robin pool.
|
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalGroupApi.listRecordsByAccountLevelGroup(String groupId)
Returns all the directional pool records in the account-level group.
|
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalPoolApi.listRecordsByDNameAndType(String dname,
int rrType)
Returns all the directional pool records in the zone with the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalPoolApi.listRecordsByDNameAndType(String dname,
int rrType)
Returns all the directional pool records in the zone with the fully
qualified
hostName and rrType |
String |
TaskApi.runTest(String value)
Runs a test task
|
void |
ResourceRecordApi.update(String guid,
ResourceRecord toCreate)
updates an existing resource record in the zone.
|
void |
ResourceRecordApi.update(String guid,
ResourceRecord toCreate)
updates an existing resource record in the zone.
|
void |
DirectionalPoolApi.updateRecord(String recordId,
DirectionalPoolRecord update)
updates such as ttl or rdata for an existing directional record.
|
void |
DirectionalPoolApi.updateRecord(String recordId,
DirectionalPoolRecord update)
updates such as ttl or rdata for an existing directional record.
|
void |
TrafficControllerPoolApi.updateRecord(String poolRecordID,
UpdatePoolRecord update)
This request updates an existing pool record.
|
void |
TrafficControllerPoolApi.updateRecord(String poolRecordID,
UpdatePoolRecord update)
This request updates an existing pool record.
|
void |
DirectionalPoolApi.updateRecordAndGroup(String recordId,
DirectionalPoolRecord update,
DirectionalGroup group)
updates the geo groups of an existing directional record.
|
void |
DirectionalPoolApi.updateRecordAndGroup(String recordId,
DirectionalPoolRecord update,
DirectionalGroup group)
updates the geo groups of an existing directional record.
|
void |
DirectionalPoolApi.updateRecordAndGroup(String recordId,
DirectionalPoolRecord update,
DirectionalGroup group)
updates the geo groups of an existing directional record.
|
void |
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String ipv4Address,
int ttl)
updates an existing A or AAAA record in the pool.
|
void |
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String ipv4Address,
int ttl)
updates an existing A or AAAA record in the pool.
|
void |
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String ipv4Address,
int ttl)
updates an existing A or AAAA record in the pool.
|
void |
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String ipv4Address,
int ttl)
updates an existing A or AAAA record in the pool.
|
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<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<Catalog> |
CatalogAsyncClient.findCatalogInOrgNamed(String orgName,
String catalogName) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<CatalogItem> |
CatalogAsyncClient.findCatalogItemInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<OrgNetwork> |
NetworkAsyncClient.findNetworkInOrgVDCNamed(String orgName,
String vdcName,
String networkName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<VAppTemplate> |
VAppTemplateAsyncClient.findVAppTemplateInOrgCatalogNamed(String orgName,
String catalogName,
String itemName) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
com.google.common.util.concurrent.ListenableFuture<VDC> |
VDCAsyncClient.findVDCInOrgNamed(String orgName,
String vdcName) |
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.