Package org.jclouds.cloudstack
Interface CloudStackGlobalApi
- All Superinterfaces:
AutoCloseable
,Closeable
,CloudStackApi
,CloudStackDomainApi
Provides synchronous access to CloudStack.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionProvides synchronous access to AccountsProvides synchronous access to AlertsProvides synchronous access to CapacitiesProvides synchronous access to ConfigurationProvides synchronous access to DomainProvides synchronous access to HostsProvides synchronous access to OfferingsProvides synchronous access to PodProvides synchronous access to Storage PoolsProvides synchronous access to UsageProvides synchronous access to UsersProvides synchronous access to VlanProvides synchronous access to ZoneMethods inherited from interface org.jclouds.cloudstack.CloudStackApi
getAddressApi, getAsyncJobApi, getEventApi, getFirewallApi, getGuestOSApi, getHypervisorApi, getISOApi, getLoadBalancerApi, getNATApi, getNetworkApi, getProjectApi, getSecurityGroupApi, getSessionApi, getSnapshotApi, getSSHKeyPairApi, getTagApi, getTemplateApi, getVirtualMachineApi, getVMGroupApi, getVolumeApi
Methods inherited from interface org.jclouds.cloudstack.CloudStackDomainApi
getLimitApi
-
Method Details
-
getAccountApi
GlobalAccountApi getAccountApi()Provides synchronous access to Accounts- Specified by:
getAccountApi
in interfaceCloudStackApi
- Specified by:
getAccountApi
in interfaceCloudStackDomainApi
-
getUserClient
GlobalUserApi getUserClient()Provides synchronous access to Users- Specified by:
getUserClient
in interfaceCloudStackDomainApi
-
getAlertClient
GlobalAlertApi getAlertClient()Provides synchronous access to Alerts -
getCapacityClient
GlobalCapacityApi getCapacityClient()Provides synchronous access to Capacities -
getOfferingApi
GlobalOfferingApi getOfferingApi()Provides synchronous access to Offerings- Specified by:
getOfferingApi
in interfaceCloudStackApi
-
getHostClient
GlobalHostApi getHostClient()Provides synchronous access to Hosts -
getStoragePoolClient
GlobalStoragePoolApi getStoragePoolClient()Provides synchronous access to Storage Pools -
getUsageClient
GlobalUsageApi getUsageClient()Provides synchronous access to Usage -
getConfigurationApi
GlobalConfigurationApi getConfigurationApi()Provides synchronous access to Configuration- Specified by:
getConfigurationApi
in interfaceCloudStackApi
-
getDomainClient
GlobalDomainApi getDomainClient()Provides synchronous access to Domain- Specified by:
getDomainClient
in interfaceCloudStackDomainApi
-
getZoneApi
GlobalZoneApi getZoneApi()Provides synchronous access to Zone- Specified by:
getZoneApi
in interfaceCloudStackApi
-
getPodClient
GlobalPodApi getPodClient()Provides synchronous access to Pod -
getVlanClient
GlobalVlanApi getVlanClient()Provides synchronous access to Vlan
-