org.jclouds.opsource.servers.features
Interface AccountClient


public interface AccountClient

Provides synchronous access to Account.

Author:
Adrian Cole
See Also:
AccountAsyncClient

Method Summary
 DataCentersList getDataCentersWithLimits(String orgId)
          identifies the list of data centers available to the organization of the authenticating user
 Account getMyAccount()
          Before you can begin using the range of Server, Network and Image APIs, you will need to first obtain your organization details.
 

Method Detail

getMyAccount

Account getMyAccount()
Before you can begin using the range of Server, Network and Image APIs, you will need to first obtain your organization details.

Returns:
the user's details, including their organization ID.

getDataCentersWithLimits

DataCentersList getDataCentersWithLimits(String orgId)
identifies the list of data centers available to the organization of the authenticating user

Parameters:
orgId -
Returns:


Copyright © 2009-2012 jclouds. All Rights Reserved.