org.jclouds.cloudstack.features
Interface AccountClient

All Known Subinterfaces:
DomainAccountClient, GlobalAccountClient

public interface AccountClient

Provides synchronous access to CloudStack Account features.

Author:
Adrian Cole
See Also:

Method Summary
 Account getAccount(long id)
          get a specific Account by id
 Set<Account> listAccounts(ListAccountsOptions... options)
          Lists Accounts
 

Method Detail

listAccounts

Set<Account> listAccounts(ListAccountsOptions... options)
Lists Accounts

Parameters:
options - if present, how to constrain the list.
Returns:
Accounts matching query, or empty set, if no Accounts are found

getAccount

Account getAccount(long id)
get a specific Account by id

Parameters:
id - Account to get
Returns:
Account or null if not found


Copyright © 2009-2012 jclouds. All Rights Reserved.