|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GlobalDomainClient
Provides synchronous access to CloudStack Domain features available to Global Admin users.
| Method Summary | |
|---|---|
Domain |
createDomain(String name,
CreateDomainOptions... options)
Create new Domain |
Void |
deleteDomainAndAttachedResources(long id)
Delete domain and cleanup all attached resources |
Void |
deleteOnlyDomain(long id)
Delete domain (without deleting attached resources) |
Domain |
updateDomain(long domainId,
UpdateDomainOptions... options)
Update a domain |
| Methods inherited from interface org.jclouds.cloudstack.features.DomainDomainClient |
|---|
getDomainById, listDomainChildren, listDomains |
| Method Detail |
|---|
Domain createDomain(String name,
CreateDomainOptions... options)
name - domain nameoptions - optional arguments
Domain updateDomain(long domainId,
UpdateDomainOptions... options)
domainId - the ID of the domainoptions - optional arguments
Void deleteOnlyDomain(long id)
id - the domain IDVoid deleteDomainAndAttachedResources(long id)
id - the domain ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||