Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
Account |
Account.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Account.Builder.fromAccount(Account in) |
Modifier and Type | Method and Description |
---|---|
Account |
GlobalAccountClient.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options)
Create a new Cloudstack account
|
Account |
DomainAccountClient.enableAccount(String accountName,
String domainId)
Enable an account
|
Account |
AccountClient.getAccount(String id)
get a specific Account by id
|
Account |
GlobalAccountClient.updateAccount(String accountName,
String domainId,
String newName,
UpdateAccountOptions... options)
Update an existing account
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Account> |
DomainAccountAsyncClient.enableAccount(String accountName,
String domainId) |
com.google.common.util.concurrent.ListenableFuture<Account> |
AccountAsyncClient.getAccount(String id) |
Set<Account> |
AccountClient.listAccounts(ListAccountsOptions... options)
Lists Accounts
|
com.google.common.util.concurrent.ListenableFuture<Set<Account>> |
AccountAsyncClient.listAccounts(ListAccountsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Account> |
GlobalAccountAsyncClient.updateAccount(String accountName,
String domainId,
String newName,
UpdateAccountOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.