Package | Description |
---|---|
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Domain.Builder.fromDomain(Domain in) |
Modifier and Type | Method and Description |
---|---|
Domain |
DomainClient.addDomain(String domain,
AddDomainOptions... options)
Add a domain to the Glesys dns-system
|
Domain |
DomainClient.editDomain(String domain,
DomainOptions... options)
Edit a domain to the Glesys dns-system
|
Domain |
DomainClient.getDomain(String domain)
Get a specific domain.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncClient.addDomain(String name,
AddDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncClient.editDomain(String domain,
DomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncClient.getDomain(String name) |
Set<Domain> |
DomainClient.listDomains()
Get a list of all domains for this account.
|
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainAsyncClient.listDomains() |
Copyright © 2009-2012 jclouds. All Rights Reserved.