|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Domain | |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features | |
| Uses of Domain in org.jclouds.cloudstack.domain |
|---|
| Methods in org.jclouds.cloudstack.domain that return Domain | |
|---|---|
Domain |
Domain.Builder.build()
|
| Methods in org.jclouds.cloudstack.domain with parameters of type Domain | |
|---|---|
int |
Domain.compareTo(Domain arg0)
|
| Uses of Domain in org.jclouds.cloudstack.features |
|---|
| Methods in org.jclouds.cloudstack.features that return Domain | |
|---|---|
Domain |
GlobalDomainClient.createDomain(String name,
CreateDomainOptions... options)
Create new Domain |
Domain |
DomainDomainClient.getDomainById(long domainId)
Get a domain by ID |
Domain |
GlobalDomainClient.updateDomain(long domainId,
UpdateDomainOptions... options)
Update a domain |
| Methods in org.jclouds.cloudstack.features that return types with arguments of type Domain | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.createDomain(String name,
CreateDomainOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainDomainAsyncClient.getDomainById(long domainId)
|
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomainChildren(ListDomainChildrenOptions... options)
|
Set<Domain> |
DomainDomainClient.listDomainChildren(ListDomainChildrenOptions... options)
Lists all children domains belonging to a specified domain |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomains(ListDomainsOptions... options)
|
Set<Domain> |
DomainDomainClient.listDomains(ListDomainsOptions... options)
List domains with detailed information |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.updateDomain(long domainId,
UpdateDomainOptions... options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||