GetRecordsRecord

data class GetRecordsRecord(val domainName: String, val hostRecord: String, val line: String, val locked: Boolean, val priority: Int, val recordId: String, val status: String, val ttl: Double, val type: String, val value: String)

Constructors

Link copied to clipboard
constructor(domainName: String, hostRecord: String, line: String, locked: Boolean, priority: Int, recordId: String, status: String, ttl: Double, type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name associated to the records.

Link copied to clipboard

Host record of the domain.

Link copied to clipboard

ISP line. Valid items are default, telecom, unicom, mobile, oversea, edu, drpeng, btvn, .etc. For checking all resolution lines enumeration please visit Alibaba Cloud DNS doc

Link copied to clipboard

Indicates whether the record is locked.

Link copied to clipboard

Priority of the MX record.

Link copied to clipboard

ID of the record.

Link copied to clipboard

Record status. Valid items are ENABLE and DISABLE.

Link copied to clipboard
val ttl: Double

TTL of the record.

Link copied to clipboard

Record type. Valid items are A, NS, MX, TXT, CNAME, SRV, AAAA, REDIRECT_URL, FORWORD_URL .

Link copied to clipboard

Host record value of the domain.