Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Domain.compareTo(Domain other) |
T |
Domain.Builder.fromDomain(Domain in) |
Modifier and Type | Method and Description |
---|---|
Domain |
GlobalDomainClient.createDomain(String name,
CreateDomainOptions... options)
Create new Domain
|
Domain |
DomainDomainClient.getDomainById(String domainId)
Get a domain by ID
|
Domain |
GlobalDomainClient.updateDomain(String domainId,
UpdateDomainOptions... options)
Update a domain
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.createDomain(String name,
CreateDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainDomainAsyncClient.getDomainById(String domainId) |
Set<Domain> |
DomainDomainClient.listDomainChildren(ListDomainChildrenOptions... options)
Lists all children domains belonging to a specified domain
|
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomainChildren(ListDomainChildrenOptions... options) |
Set<Domain> |
DomainDomainClient.listDomains(ListDomainsOptions... options)
List domains with detailed information
|
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainDomainAsyncClient.listDomains(ListDomainsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
GlobalDomainAsyncClient.updateDomain(String domainId,
UpdateDomainOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.