|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalAccountAsyncClient
Provides asynchronous access to CloudStack Account features available to Global Admin users.
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Account> |
createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Void> |
deleteAccount(long id)
|
com.google.common.util.concurrent.ListenableFuture<Account> |
updateAccount(String accountName,
long domainId,
String newName,
UpdateAccountOptions... options)
|
| Methods inherited from interface org.jclouds.cloudstack.features.DomainAccountAsyncClient |
|---|
disableAccount, enableAccount |
| Methods inherited from interface org.jclouds.cloudstack.features.AccountAsyncClient |
|---|
getAccount, listAccounts |
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Account> createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options)
GlobalAccountClient.createAccount(java.lang.String, org.jclouds.cloudstack.domain.Account.Type, java.lang.String, java.lang.String, java.lang.String, java.lang.String, org.jclouds.cloudstack.options.CreateAccountOptions...)
com.google.common.util.concurrent.ListenableFuture<Account> updateAccount(String accountName,
long domainId,
String newName,
UpdateAccountOptions... options)
GlobalAccountClient.updateAccount(java.lang.String, long, java.lang.String, org.jclouds.cloudstack.options.UpdateAccountOptions...)com.google.common.util.concurrent.ListenableFuture<Void> deleteAccount(long id)
GlobalAccountClient.deleteAccount(long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||