org.jclouds.cloudstack
Interface CloudStackGlobalClient

All Superinterfaces:
CloudStackClient, CloudStackDomainClient

public interface CloudStackGlobalClient
extends CloudStackDomainClient

Provides synchronous access to CloudStack.

Author:
Adrian Cole
See Also:
CloudStackDomainAsyncClient,

Method Summary
 GlobalAccountClient getAccountClient()
          Provides synchronous access to Accounts
 GlobalAlertClient getAlertClient()
          Provides synchronous access to Alerts
 GlobalCapacityClient getCapacityClient()
          Provides synchronous access to Capacities
 GlobalConfigurationClient getConfigurationClient()
          Provides synchronous access to Configuration
 GlobalDomainClient getDomainClient()
          Provides synchronous access to Domain
 GlobalHostClient getHostClient()
          Provides synchronous access to Hosts
 GlobalOfferingClient getOfferingClient()
          Provides synchronous access to Offerings
 GlobalPodClient getPodClient()
          Provides synchronous access to Pod
 GlobalStoragePoolClient getStoragePoolClient()
          Provides synchronous access to Storage Pools
 GlobalUsageClient getUsageClient()
          Provides synchronous access to Usage
 GlobalUserClient getUserClient()
          Provides synchronous access to Users
 GlobalVlanClient getVlanClient()
          Provides synchronous access to Vlan
 GlobalZoneClient getZoneClient()
          Provides synchronous access to Zone
 
Methods inherited from interface org.jclouds.cloudstack.CloudStackDomainClient
getLimitClient
 
Methods inherited from interface org.jclouds.cloudstack.CloudStackClient
getAddressClient, getAsyncJobClient, getEventClient, getFirewallClient, getGuestOSClient, getHypervisorClient, getISOClient, getLoadBalancerClient, getNATClient, getNetworkClient, getSecurityGroupClient, getSessionClient, getSnapshotClient, getSSHKeyPairClient, getTemplateClient, getVirtualMachineClient, getVMGroupClient, getVolumeClient
 

Method Detail

getAccountClient

GlobalAccountClient getAccountClient()
Provides synchronous access to Accounts

Specified by:
getAccountClient in interface CloudStackClient
Specified by:
getAccountClient in interface CloudStackDomainClient

getUserClient

GlobalUserClient getUserClient()
Provides synchronous access to Users

Specified by:
getUserClient in interface CloudStackDomainClient

getAlertClient

GlobalAlertClient getAlertClient()
Provides synchronous access to Alerts


getCapacityClient

GlobalCapacityClient getCapacityClient()
Provides synchronous access to Capacities


getOfferingClient

GlobalOfferingClient getOfferingClient()
Provides synchronous access to Offerings

Specified by:
getOfferingClient in interface CloudStackClient

getHostClient

GlobalHostClient getHostClient()
Provides synchronous access to Hosts


getStoragePoolClient

GlobalStoragePoolClient getStoragePoolClient()
Provides synchronous access to Storage Pools


getUsageClient

GlobalUsageClient getUsageClient()
Provides synchronous access to Usage


getConfigurationClient

GlobalConfigurationClient getConfigurationClient()
Provides synchronous access to Configuration

Specified by:
getConfigurationClient in interface CloudStackClient

getDomainClient

GlobalDomainClient getDomainClient()
Provides synchronous access to Domain

Specified by:
getDomainClient in interface CloudStackDomainClient

getZoneClient

GlobalZoneClient getZoneClient()
Provides synchronous access to Zone

Specified by:
getZoneClient in interface CloudStackClient

getPodClient

GlobalPodClient getPodClient()
Provides synchronous access to Pod


getVlanClient

GlobalVlanClient getVlanClient()
Provides synchronous access to Vlan



Copyright © 2009-2012 jclouds. All Rights Reserved.