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 GlobalAccountApi
getAccountApi()
Provides synchronous access to AccountsGlobalAlertApi
getAlertClient()
Provides synchronous access to AlertsGlobalCapacityApi
getCapacityClient()
Provides synchronous access to CapacitiesGlobalConfigurationApi
getConfigurationApi()
Provides synchronous access to ConfigurationGlobalDomainApi
getDomainClient()
Provides synchronous access to DomainGlobalHostApi
getHostClient()
Provides synchronous access to HostsGlobalOfferingApi
getOfferingApi()
Provides synchronous access to OfferingsGlobalPodApi
getPodClient()
Provides synchronous access to PodGlobalStoragePoolApi
getStoragePoolClient()
Provides synchronous access to Storage PoolsGlobalUsageApi
getUsageClient()
Provides synchronous access to UsageGlobalUserApi
getUserClient()
Provides synchronous access to UsersGlobalVlanApi
getVlanClient()
Provides synchronous access to VlanGlobalZoneApi
getZoneApi()
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:
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
-
-