Package org.jclouds.cloudstack
Interface CloudStackGlobalApi
-
- All Superinterfaces:
AutoCloseable,Closeable,CloudStackApi,CloudStackDomainApi
public interface CloudStackGlobalApi extends CloudStackDomainApi
Provides synchronous access to CloudStack.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlobalAccountApigetAccountApi()Provides synchronous access to AccountsGlobalAlertApigetAlertClient()Provides synchronous access to AlertsGlobalCapacityApigetCapacityClient()Provides synchronous access to CapacitiesGlobalConfigurationApigetConfigurationApi()Provides synchronous access to ConfigurationGlobalDomainApigetDomainClient()Provides synchronous access to DomainGlobalHostApigetHostClient()Provides synchronous access to HostsGlobalOfferingApigetOfferingApi()Provides synchronous access to OfferingsGlobalPodApigetPodClient()Provides synchronous access to PodGlobalStoragePoolApigetStoragePoolClient()Provides synchronous access to Storage PoolsGlobalUsageApigetUsageClient()Provides synchronous access to UsageGlobalUserApigetUserClient()Provides synchronous access to UsersGlobalVlanApigetVlanClient()Provides synchronous access to VlanGlobalZoneApigetZoneApi()Provides synchronous access to Zone-
Methods 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 Detail
-
getAccountApi
GlobalAccountApi getAccountApi()
Provides synchronous access to Accounts- Specified by:
getAccountApiin interfaceCloudStackApi- Specified by:
getAccountApiin interfaceCloudStackDomainApi
-
getUserClient
GlobalUserApi getUserClient()
Provides synchronous access to Users- Specified by:
getUserClientin 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:
getOfferingApiin 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:
getConfigurationApiin interfaceCloudStackApi
-
getDomainClient
GlobalDomainApi getDomainClient()
Provides synchronous access to Domain- Specified by:
getDomainClientin interfaceCloudStackDomainApi
-
getZoneApi
GlobalZoneApi getZoneApi()
Provides synchronous access to Zone- Specified by:
getZoneApiin interfaceCloudStackApi
-
getPodClient
GlobalPodApi getPodClient()
Provides synchronous access to Pod
-
getVlanClient
GlobalVlanApi getVlanClient()
Provides synchronous access to Vlan
-
-