Package org.jclouds.cloudstack.features
Interface AccountApi
-
- All Known Subinterfaces:
DomainAccountApi
,GlobalAccountApi
public interface AccountApi
Provides synchronous access to cloudstack via their REST API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Account
getAccount(String id)
get a specific Account by idSet<Account>
listAccounts(ListAccountsOptions... options)
Lists Accounts
-
-
-
Method Detail
-
listAccounts
@Named("listAccounts") @GET @Consumes("application/json") 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
-
-