|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainAccountApi
Provides synchronous access to CloudStack Account features available to Domain Admin users.
| Method Summary | |
|---|---|
AsyncCreateResponse |
disableAccount(String accountName,
String domainId,
boolean onlyLock)
Disable or lock an account |
Account |
enableAccount(String accountName,
String domainId)
Enable an account |
| Methods inherited from interface org.jclouds.cloudstack.features.AccountApi |
|---|
getAccount, listAccounts |
| Method Detail |
|---|
@Named(value="enableAccount")
Account enableAccount(String accountName,
String domainId)
accountName - the account name you are enablingdomainId - the domain ID
@Named(value="disableAccount")
AsyncCreateResponse disableAccount(String accountName,
String domainId,
boolean onlyLock)
accountName - the account name you are disablingdomainId - the domain IDonlyLock - only lock if true disable otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||