public interface SOADomainResourceRecord extends DomainResourceRecord
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminEmail()
Email address of the administrator.
|
long |
getExpire()
The time, in seconds, that a secondary server will keep trying to complete a zone transfer.
|
String |
getHost()
The host name of the server that generated this zone file
|
long |
getMinimum()
The minimum time-to-live value applies to all resource records in the zone file.
|
long |
getRefresh()
The time, in seconds, a secondary DNS server waits before querying the primary DNS server's SOA record to check for changes.
|
long |
getRetry()
The time, in seconds, a secondary server waits before retrying a failed zone transfer.
|
long |
getZoneSerialNumber()
Counter which should be incremented when the zone file changes
The revision number of this zone file.
|
getName, getTtlString getHost()
String getAdminEmail()
long getZoneSerialNumber()
long getRefresh()
long getRetry()
long getExpire()
long getMinimum()