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 |
GlobalAccountApi.createAccount(String userName,
Account.Type accountType,
String email,
String firstName,
String lastName,
String hashedPassword,
CreateAccountOptions... options)
Create a new Cloudstack account
|
Account |
DomainAccountApi.enableAccount(String accountName,
String domainId)
Enable an account
|
Account |
AccountApi.getAccount(String id)
get a specific Account by id
|
Account |
GlobalAccountApi.updateAccount(String accountName,
String domainId,
String newName,
UpdateAccountOptions... options)
Update an existing account
|
Modifier and Type | Method and Description |
---|---|
Set<Account> |
AccountApi.listAccounts(ListAccountsOptions... options)
Lists Accounts
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.