ResourceRecordResponse

data class ResourceRecordResponse(val name: String, val rrdata: String, val type: String)

A DNS resource record.

Constructors

Link copied to clipboard
fun ResourceRecordResponse(name: String, rrdata: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

Link copied to clipboard

Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

Link copied to clipboard

Resource record type. Example: AAAA.