| Package | Description | 
|---|---|
| org.jclouds.glesys.features | |
| org.jclouds.glesys.options | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Domain> | 
DomainAsyncApi.update(String domain,
      DomainOptions options)  | 
Domain | 
DomainApi.update(String domain,
      DomainOptions options)
Update a domain to the Glesys dns-system 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AddDomainOptions  | 
| Modifier and Type | Method and Description | 
|---|---|
DomainOptions | 
DomainOptions.expire(int expire)
Configure the number of seconds a master or slave will wait before considering the data stale if it cannot reach the primary name server 
 | 
static DomainOptions | 
DomainOptions.Builder.expire(int expire)  | 
DomainOptions | 
AddDomainOptions.minimalRecords()
Ensure only NS and SOA records will be created by default, when this option is not used a number of default records will be created on the domain. 
 | 
DomainOptions | 
DomainOptions.minimum(int minimum)
Configure the minimum/default TTL if the domain does not specify ttl 
 | 
static DomainOptions | 
DomainOptions.Builder.minimum(int minimum)  | 
DomainOptions | 
DomainOptions.primaryNameServer(String primaryNameServer)
Configure the primary DNS server for this domain. 
 | 
static DomainOptions | 
DomainOptions.Builder.primaryNameServer(String primaryNameServer)  | 
DomainOptions | 
DomainOptions.refresh(int refresh)
Configure the number of seconds between update requests from secondary and slave name servers 
 | 
static DomainOptions | 
DomainOptions.Builder.refresh(int refresh)  | 
DomainOptions | 
DomainOptions.responsiblePerson(String responsiblePerson)
Configure the E-mail address of the person responsible for this domain (usually attached to MX records). 
 | 
static DomainOptions | 
DomainOptions.Builder.responsiblePerson(String responsiblePerson)  | 
DomainOptions | 
DomainOptions.retry(int retry)
Configure the number of seconds the secondary/slave will wait before retrying when the last attempt failed 
 | 
static DomainOptions | 
DomainOptions.Builder.retry(int retry)  | 
DomainOptions | 
DomainOptions.ttl(int ttl)
TTL (time to live). 
 | 
static DomainOptions | 
DomainOptions.Builder.ttl(int ttl)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.