org.jclouds.cloudstack
Interface CloudStackDomainAsyncClient

All Superinterfaces:
CloudStackAsyncClient
All Known Subinterfaces:
CloudStackGlobalAsyncClient

public interface CloudStackDomainAsyncClient
extends CloudStackAsyncClient

Provides asynchronous access to CloudStack via their REST API.

Author:
Adrian Cole
See Also:
CloudStackDomainClient,

Method Summary
 DomainAccountAsyncClient getAccountClient()
          Provides synchronous access to Accounts
 DomainDomainAsyncClient getDomainClient()
          Provides asynchronous access to Domains
 DomainLimitAsyncClient getLimitClient()
          Provides synchronous access to Resource Limits
 DomainUserAsyncClient getUserClient()
          Provides asynchronous access to Users
 
Methods inherited from interface org.jclouds.cloudstack.CloudStackAsyncClient
getAddressClient, getAsyncJobClient, getConfigurationClient, getEventClient, getFirewallClient, getGuestOSClient, getHypervisorClient, getISOClient, getLoadBalancerClient, getNATClient, getNetworkClient, getOfferingClient, getSecurityGroupClient, getSessionClient, getSnapshotClient, getSSHKeyPairClient, getTemplateClient, getVirtualMachineClient, getVMGroupClient, getVolumeClient, getZoneClient
 

Method Detail

getLimitClient

DomainLimitAsyncClient getLimitClient()
Provides synchronous access to Resource Limits

Specified by:
getLimitClient in interface CloudStackAsyncClient

getAccountClient

DomainAccountAsyncClient getAccountClient()
Provides synchronous access to Accounts

Specified by:
getAccountClient in interface CloudStackAsyncClient

getUserClient

DomainUserAsyncClient getUserClient()
Provides asynchronous access to Users


getDomainClient

DomainDomainAsyncClient getDomainClient()
Provides asynchronous access to Domains



Copyright © 2009-2012 jclouds. All Rights Reserved.