|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainAccountClient
Provides synchronous access to CloudStack Account features available to Domain Admin users.
| Method Summary | |
|---|---|
AsyncCreateResponse |
disableAccount(String accountName,
long domainId,
boolean onlyLock)
Disable or lock an account |
Account |
enableAccount(String accountName,
long domainId)
Enable an account |
| Methods inherited from interface org.jclouds.cloudstack.features.AccountClient |
|---|
getAccount, listAccounts |
| Method Detail |
|---|
Account enableAccount(String accountName,
long domainId)
accountName - the account name you are enablingdomainId - the domain ID
AsyncCreateResponse disableAccount(String accountName,
long 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 | |||||||||