Package org.jclouds.cloudstack
Interface CloudStackDomainApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
,CloudStackApi
- All Known Subinterfaces:
CloudStackGlobalApi
public interface CloudStackDomainApi extends CloudStackApi
Provides synchronous access to CloudStack.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainAccountApi
getAccountApi()
Provides synchronous access to AccountsDomainDomainApi
getDomainClient()
Provides synchronous access to DomainsDomainLimitApi
getLimitApi()
Provides synchronous access to Resource LimitsDomainUserApi
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, getTagApi, getTemplateApi, getVirtualMachineApi, getVMGroupApi, getVolumeApi, getZoneApi
-
-
-
-
Method Detail
-
getLimitApi
DomainLimitApi getLimitApi()
Provides synchronous access to Resource Limits- Specified by:
getLimitApi
in interfaceCloudStackApi
-
getAccountApi
DomainAccountApi getAccountApi()
Provides synchronous access to Accounts- Specified by:
getAccountApi
in interfaceCloudStackApi
-
getUserClient
DomainUserApi getUserClient()
Provides synchronous access to Users
-
getDomainClient
DomainDomainApi getDomainClient()
Provides synchronous access to Domains
-
-