static DomainOptions |
DomainOptions.Builder.expire(int expire) |
|
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
|
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.
|
static DomainOptions |
DomainOptions.Builder.minimum(int minimum) |
|
DomainOptions |
DomainOptions.minimum(int minimum) |
Configure the minimum/default TTL if the domain does not specify ttl
|
static DomainOptions |
DomainOptions.Builder.primaryNameServer(String primaryNameServer) |
|
DomainOptions |
DomainOptions.primaryNameServer(String primaryNameServer) |
Configure the primary DNS server for this domain.
|
static DomainOptions |
DomainOptions.Builder.refresh(int refresh) |
|
DomainOptions |
DomainOptions.refresh(int refresh) |
Configure the number of seconds between update requests from secondary and slave name servers
|
static DomainOptions |
DomainOptions.Builder.responsiblePerson(String responsiblePerson) |
|
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.retry(int retry) |
|
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.ttl(int ttl) |
|
DomainOptions |
DomainOptions.ttl(int ttl) |
TTL (time to live).
|