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 SourceDomainName
The domain name associated to the records.
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
HostRecord
Host record of the domain.
Declaration
public readonly string HostRecord
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Locked
Indicates whether the record is locked.
Declaration
public readonly bool Locked
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Priority
Priority of the MX record.
Declaration
public readonly int Priority
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RecordId
ID of the record.
Declaration
public readonly string RecordId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Record status. Valid items are ENABLE and DISABLE.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Ttl
TTL of the record.
Declaration
public readonly double Ttl
Field Value
| Type | Description |
|---|---|
| System.Double |
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 |
Value
Host record value of the domain.
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |