public interface GlobalDomainClient extends DomainDomainClient
| Modifier and Type | Method and Description |
|---|---|
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
|
getDomainById, listDomainChildren, listDomainsDomain createDomain(String name, CreateDomainOptions... options)
name - domain nameoptions - optional argumentsDomain updateDomain(long domainId, UpdateDomainOptions... options)
domainId - the ID of the domainoptions - optional argumentsVoid deleteOnlyDomain(long id)
id - the domain IDVoid deleteDomainAndAttachedResources(long id)
id - the domain IDCopyright © 2009-2012 jclouds. All Rights Reserved.