| 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<? 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 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<? extends HostAggregate> | 
HostAggregateAsyncApi.createInAvailabilityZone(String name,
                        String availabilityZone)  | 
com.google.common.util.concurrent.ListenableFuture<Boolean> | 
ServerAdminAsyncApi.liveMigrate(String id,
           String host,
           boolean blockMigration,
           boolean diskOverCommit)  | 
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<? extends HostAggregate> | 
HostAggregateAsyncApi.updateAvailabilityZone(String id,
                      String availabilityZone)  | 
com.google.common.util.concurrent.ListenableFuture<? extends HostAggregate> | 
HostAggregateAsyncApi.updateName(String id,
          String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Flavor> | 
FlavorAsyncApi.create(Flavor flavor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Job<Set<Domain>> | 
DomainApi.create(Iterable<CreateDomain> createDomains)
Provisions one or more new DNS domains based on the configuration defined in CreateDomain. 
 | 
Job<Set<RecordDetail>> | 
RecordApi.create(Iterable<Record> createRecords)
Create Records for a Domain or Subdomain. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Node> | 
NodeApi.add(Iterable<AddNode> addNodes)
Add a new node with the configuration defined by the request. 
 | 
LoadBalancer | 
LoadBalancerApi.create(CreateLoadBalancer createLB)
Create a new load balancer with the configuration defined by the request. 
 | 
void | 
AccessRuleApi.create(Iterable<AccessRule> accessRules)
Create new access rules or append to existing access rules. 
 | 
void | 
HealthMonitorApi.createOrUpdate(HealthMonitor healthMonitor)
Create or update a health monitor. 
 | 
void | 
SSLTerminationApi.createOrUpdate(SSLTermination sslTermination)
Create or update SSL termination. 
 | 
void | 
ConnectionApi.createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle)
The connection throttling feature imposes limits on the number of connections per IP address to help mitigate 
 malicious or abusive traffic to your applications. 
 | 
void | 
LoadBalancerApi.update(int id,
      UpdateLoadBalancer updateLB)
Update the properties of a load balancer. 
 | 
void | 
NodeApi.update(int id,
      UpdateNode updateNode)
Update the attributes of a node. 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.