GetDomainsDomain

data class GetDomainsDomain(val cnameAuthStatus: String, val cnameConfirmStatus: String, val cnameRecord: String, val createTime: String, val defaultDomain: String, val dnsMx: String, val dnsSpf: String, val dnsTxt: String, val domainId: String, val domainName: String, val domainType: String, val icpStatus: String, val id: String, val mxAuthStatus: String, val mxRecord: String, val spfAuthStatus: String, val spfRecord: String, val status: String, val tlDomainName: String, val tracefRecord: String)

Constructors

Link copied to clipboard
fun GetDomainsDomain(cnameAuthStatus: String, cnameConfirmStatus: String, cnameRecord: String, createTime: String, defaultDomain: String, dnsMx: String, dnsSpf: String, dnsTxt: String, domainId: String, domainName: String, domainType: String, icpStatus: String, id: String, mxAuthStatus: String, mxRecord: String, spfAuthStatus: String, spfRecord: String, status: String, tlDomainName: String, tracefRecord: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Track verification.

Link copied to clipboard

Indicates whether the CNAME record is successfully verified. Valid values: 0 and 1. 0: indicates the verification is successful. 1: indicates that the verification fails.

Link copied to clipboard

The value of the CNAME record.

Link copied to clipboard

The time when the DNS record was created.

Link copied to clipboard

The default domain name.

Link copied to clipboard

The value of the MX record.

Link copied to clipboard

The value of the SPF record.

Link copied to clipboard

The value of the TXT ownership record.

Link copied to clipboard

The ID of the domain name.

Link copied to clipboard

The domain name.

Link copied to clipboard

The type of the domain.

Link copied to clipboard

The status of ICP filing. Valid values: 0 and 1. 0: indicates that the domain name is not filed. 1: indicates that the domain name is filed.

Link copied to clipboard
val id: String

The ID of the Domain.

Link copied to clipboard

Indicates whether the MX record is successfully verified. Valid values: 0 and 1. 0: indicates the verification is successful. 1: indicates that the verification fails.

Link copied to clipboard

The MX verification record provided by Alibaba Cloud DNS.

Link copied to clipboard

Indicates whether the SPF record is successfully verified. Valid values: 0 and 1. 0: indicates the verification is successful. 1: indicates that the verification fails.

Link copied to clipboard

The SPF verification record provided by Alibaba Cloud DNS.

Link copied to clipboard

The status of the domain name. Valid values:0 to 4. 0:Available, Passed. 1: Unavailable, No passed. 2: Available, cname no passed, icp no passed. 3: Available, icp no passed. 4: Available, cname no passed.

Link copied to clipboard

The primary domain name.

Link copied to clipboard

The CNAME verification record provided by Alibaba Cloud DNS.