SoaRecord

class SoaRecord

An object that contains information about the start of authority (SOA) record associated with the identity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Administrative contact email from the SOA record.

Link copied to clipboard

Primary name server specified in the SOA record.

Link copied to clipboard

Serial number from the SOA record.

Functions

Link copied to clipboard
inline fun copy(block: SoaRecord.Builder.() -> Unit = {}): SoaRecord
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String