org.jclouds.cloudstack
Interface CloudStackDomainApi

All Superinterfaces:
Closeable, CloudStackApi
All Known Subinterfaces:
CloudStackGlobalApi

public interface CloudStackDomainApi
extends CloudStackApi

Provides synchronous access to CloudStack.

See Also:

Method Summary
 DomainAccountApi getAccountApi()
          Provides synchronous access to Accounts
 DomainDomainApi getDomainClient()
          Provides synchronous access to Domains
 DomainLimitApi getLimitApi()
          Provides synchronous access to Resource Limits
 DomainUserApi getUserClient()
          Provides synchronous access to Users
 
Methods inherited from interface org.jclouds.cloudstack.CloudStackApi
getAddressApi, getAsyncJobApi, getConfigurationApi, getEventApi, getFirewallApi, getGuestOSApi, getHypervisorApi, getISOApi, getLoadBalancerApi, getNATApi, getNetworkApi, getOfferingApi, getProjectApi, getSecurityGroupApi, getSessionApi, getSnapshotApi, getSSHKeyPairApi, getTemplateApi, getVirtualMachineApi, getVMGroupApi, getVolumeApi, getZoneApi
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getLimitApi

DomainLimitApi getLimitApi()
Provides synchronous access to Resource Limits

Specified by:
getLimitApi in interface CloudStackApi

getAccountApi

DomainAccountApi getAccountApi()
Provides synchronous access to Accounts

Specified by:
getAccountApi in interface CloudStackApi

getUserClient

DomainUserApi getUserClient()
Provides synchronous access to Users


getDomainClient

DomainDomainApi getDomainClient()
Provides synchronous access to Domains



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.