Package org.jclouds.cloudstack
Interface CloudStackDomainApi
- All Superinterfaces:
AutoCloseable
,Closeable
,CloudStackApi
- All Known Subinterfaces:
CloudStackGlobalApi
Provides synchronous access to CloudStack.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionProvides synchronous access to AccountsProvides synchronous access to DomainsProvides synchronous access to Resource LimitsProvides synchronous access to UsersMethods 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 Details
-
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
-