Show / Hide Table of Contents

Class GetDomainRecordsRecordResult

Inheritance
System.Object
GetDomainRecordsRecordResult
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 GetDomainRecordsRecordResult

Fields

View Source

DomainName

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

HostRecord

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

Line

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

Locked

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

Priority

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

RecordId

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

Status

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

Ttl

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

Type

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

Value

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