public class DomainOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DomainOptions.Builder  | 
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description | 
|---|
DomainOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
DomainOptions | 
minimum(int minimum)
Configure the minimum/default TTL if the domain does not specify ttl 
 | 
DomainOptions | 
primaryNameServer(String primaryNameServer)
Configure the primary DNS server for this domain. 
 | 
DomainOptions | 
refresh(int refresh)
Configure the number of seconds between update requests from secondary and slave name servers 
 | 
DomainOptions | 
responsiblePerson(String responsiblePerson)
Configure the E-mail address of the person responsible for this domain (usually attached to MX records). 
 | 
DomainOptions | 
retry(int retry)
Configure the number of seconds the secondary/slave will wait before retrying when the last attempt failed 
 | 
DomainOptions | 
ttl(int ttl)
TTL (time to live). 
 | 
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic DomainOptions primaryNameServer(String primaryNameServer)
public DomainOptions responsiblePerson(String responsiblePerson)
public DomainOptions ttl(int ttl)
public DomainOptions refresh(int refresh)
public DomainOptions retry(int retry)
public DomainOptions expire(int expire)
public DomainOptions minimum(int minimum)
ttl(int)Copyright © 2009-2013 jclouds. All Rights Reserved.