|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.glesys.options.DomainOptions
public class DomainOptions
| Nested Class Summary | |
|---|---|
static class |
DomainOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
DomainOptions()
|
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DomainOptions()
| Method Detail |
|---|
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||