DnsRecord

class DnsRecord

A DNS record uploaded to your DNS provider.

Types

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

Properties

Link copied to clipboard

The DNS hostname.- For example, domain.example.com.

Link copied to clipboard
val type: String?

The RFC 1035 record type. Possible values: CNAME, A, MX.

Link copied to clipboard

The value returned by the DNS for a query to that hostname and record type.

Functions

Link copied to clipboard
inline fun copy(block: DnsRecord.Builder.() -> Unit = {}): DnsRecord
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