Show / Hide Table of Contents

Class GetRecordsRecordResult

Inheritance
System.Object
GetRecordsRecordResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Dns.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRecordsRecordResult

Fields

View Source

DomainName

The domain name associated to the records.

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
View Source

HostRecord

Host record of the domain.

Declaration
public readonly string HostRecord
Field Value
Type Description
System.String
View Source

Line

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

Declaration
public readonly string Line
Field Value
Type Description
System.String
View Source

Locked

Indicates whether the record is locked.

Declaration
public readonly bool Locked
Field Value
Type Description
System.Boolean
View Source

Priority

Priority of the MX record.

Declaration
public readonly int Priority
Field Value
Type Description
System.Int32
View Source

RecordId

ID of the record.

Declaration
public readonly string RecordId
Field Value
Type Description
System.String
View Source

Status

Record status. Valid items are ENABLE and DISABLE.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Ttl

TTL of the record.

Declaration
public readonly double Ttl
Field Value
Type Description
System.Double
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
View Source

Value

Host record value of the domain.

Declaration
public readonly string Value
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.