org.jclouds.cloudstack
Interface CloudStackDomainClient

All Superinterfaces:
CloudStackClient
All Known Subinterfaces:
CloudStackGlobalClient

public interface CloudStackDomainClient
extends CloudStackClient

Provides synchronous access to CloudStack.

Author:
Adrian Cole
See Also:
CloudStackDomainAsyncClient,

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

Method Detail

getLimitClient

DomainLimitClient getLimitClient()
Provides synchronous access to Resource Limits

Specified by:
getLimitClient in interface CloudStackClient

getAccountClient

DomainAccountClient getAccountClient()
Provides synchronous access to Accounts

Specified by:
getAccountClient in interface CloudStackClient

getUserClient

DomainUserClient getUserClient()
Provides synchronous access to Users


getDomainClient

DomainDomainClient getDomainClient()
Provides synchronous access to Domains



Copyright © 2009-2012 jclouds. All Rights Reserved.