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 |
DomainApi.addDomain(String domain,
AddDomainOptions... options)
Add a domain to the Glesys dns-system
|
Domain |
DomainApi.editDomain(String domain,
DomainOptions... options)
Edit a domain to the Glesys dns-system
|
Domain |
DomainApi.getDomain(String domain)
Get a specific domain.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.addDomain(String name,
AddDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.editDomain(String domain,
DomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.getDomain(String name) |
com.google.common.util.concurrent.ListenableFuture<Set<Domain>> |
DomainAsyncApi.listDomains() |
Set<Domain> |
DomainApi.listDomains()
Get a list of all domains for this account.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.