| 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<Void> | 
CloudServersAsyncClient.confirmResizeServer(int id)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<Image> | 
CloudServersAsyncClient.createImageFromServer(String imageName,
                     int serverId)
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.revertResizeServer(int id)
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<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.freeze(String fqdn)
freezes the specified zone. 
 | 
Zone | 
ZoneApi.publish(String fqdn)
Publishes the current zone 
 | 
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. | 
Job | 
ZoneApi.thaw(String fqdn)
thaws the specified zone. 
 | 
| 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.allocateFromPool(String pool)  | 
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 | 
|---|---|
void | 
SessionPersistenceApi.create(SessionPersistence sessionPersistence)
Create session persistence. 
 | 
void | 
ErrorPageApi.create(String content)
Specify the HTML content for the custom error page. 
 | 
void | 
ContentCachingApi.disable()
Disable content caching. 
 | 
void | 
ConnectionApi.disableConnectionLogging()
Disable logging connections. 
 | 
void | 
ContentCachingApi.enable()
Enable content caching. 
 | 
void | 
ConnectionApi.enableConnectionLogging()
Enable logging connections. 
 | 
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.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 | 
|---|---|
IdAndName | 
UltraDNSWSApi.getCurrentAccount()
Returns the account of the current user. 
 | 
com.google.common.collect.Multimap<IdAndName,String> | 
UltraDNSWSApi.getRegionsByIdAndName()
Lists the directional regions available in the account. 
 | 
| 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.addARecordWithAddressAndTTL(String lbPoolID,
                           String ipv4Address,
                           int ttl)
adds a new  
A record to the pool | 
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. 
 | 
void | 
TaskApi.clear(String name)
clears a background task in either a COMPLETE or ERROR state. 
 | 
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 | 
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.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<TrafficControllerPool> | 
TrafficControllerPoolApi.list()
Returns all traffic controller pools in the zone. 
 | 
com.google.common.collect.FluentIterable<Task> | 
TaskApi.list()
Lists all tasks. 
 | 
com.google.common.collect.FluentIterable<RoundRobinPool> | 
RoundRobinPoolApi.list()
Returns all round robin pools in the zone. 
 | 
com.google.common.collect.FluentIterable<ResourceRecordDetail> | 
ResourceRecordApi.list()
Returns all the specified record types in the zone. 
 | 
com.google.common.collect.FluentIterable<DirectionalPool> | 
DirectionalPoolApi.list()
Returns all directional pools in the zone. 
 | 
com.google.common.collect.FluentIterable<AccountLevelGroup> | 
DirectionalGroupApi.listAccountLevelGroups()
Returns all account-level groups. 
 | 
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<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<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 | 
String | 
TaskApi.runTest(String value)
Runs a test task 
 | 
void | 
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
                             String guid,
                             String ipv4Address,
                             int ttl)
updates an existing A or AAAA record in the pool. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.