org.jclouds.cloudstack
Interface CloudStackGlobalApi

All Superinterfaces:
Closeable, CloudStackApi, CloudStackDomainApi

public interface CloudStackGlobalApi
extends CloudStackDomainApi

Provides synchronous access to CloudStack.

See Also:

Method Summary
 GlobalAccountApi getAccountApi()
          Provides synchronous access to Accounts
 GlobalAlertApi getAlertClient()
          Provides synchronous access to Alerts
 GlobalCapacityApi getCapacityClient()
          Provides synchronous access to Capacities
 GlobalConfigurationApi getConfigurationApi()
          Provides synchronous access to Configuration
 GlobalDomainApi getDomainClient()
          Provides synchronous access to Domain
 GlobalHostApi getHostClient()
          Provides synchronous access to Hosts
 GlobalOfferingApi getOfferingApi()
          Provides synchronous access to Offerings
 GlobalPodApi getPodClient()
          Provides synchronous access to Pod
 GlobalStoragePoolApi getStoragePoolClient()
          Provides synchronous access to Storage Pools
 GlobalUsageApi getUsageClient()
          Provides synchronous access to Usage
 GlobalUserApi getUserClient()
          Provides synchronous access to Users
 GlobalVlanApi getVlanClient()
          Provides synchronous access to Vlan
 GlobalZoneApi getZoneApi()
          Provides synchronous access to Zone
 
Methods inherited from interface org.jclouds.cloudstack.CloudStackDomainApi
getLimitApi
 
Methods inherited from interface org.jclouds.cloudstack.CloudStackApi
getAddressApi, getAsyncJobApi, getEventApi, getFirewallApi, getGuestOSApi, getHypervisorApi, getISOApi, getLoadBalancerApi, getNATApi, getNetworkApi, getProjectApi, getSecurityGroupApi, getSessionApi, getSnapshotApi, getSSHKeyPairApi, getTemplateApi, getVirtualMachineApi, getVMGroupApi, getVolumeApi
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getAccountApi

GlobalAccountApi getAccountApi()
Provides synchronous access to Accounts

Specified by:
getAccountApi in interface CloudStackApi
Specified by:
getAccountApi in interface CloudStackDomainApi

getUserClient

GlobalUserApi getUserClient()
Provides synchronous access to Users

Specified by:
getUserClient in interface CloudStackDomainApi

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 interface CloudStackApi

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 interface CloudStackApi

getDomainClient

GlobalDomainApi getDomainClient()
Provides synchronous access to Domain

Specified by:
getDomainClient in interface CloudStackDomainApi

getZoneApi

GlobalZoneApi getZoneApi()
Provides synchronous access to Zone

Specified by:
getZoneApi in interface CloudStackApi

getPodClient

GlobalPodApi getPodClient()
Provides synchronous access to Pod


getVlanClient

GlobalVlanApi getVlanClient()
Provides synchronous access to Vlan



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.