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.create(String domain,
AddDomainOptions... options)
Add a domain to the Glesys dns-system
|
Domain |
DomainApi.get(String domain)
Get a specific domain.
|
Domain |
DomainApi.update(String domain,
DomainOptions options)
Update a domain to the Glesys dns-system
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.create(String name,
AddDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Domain>> |
DomainAsyncApi.list() |
com.google.common.collect.FluentIterable<Domain> |
DomainApi.list()
Get a list of all domains for this account.
|
com.google.common.util.concurrent.ListenableFuture<Domain> |
DomainAsyncApi.update(String domain,
DomainOptions options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.