Show / Hide Table of Contents

Class GetRecordsResult

Inheritance
System.Object
GetRecordsResult
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRecordsResult

Fields

View Source

DomainName

Name of the domain the record belongs to.

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

HostRecordRegex

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

Id

The provider-assigned unique ID for this managed resource.

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

Ids

A list of record IDs.

Declaration
public readonly ImmutableArray<string> Ids
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

IsLocked

Declaration
public readonly bool? IsLocked
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Line

ISP line of the record.

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

OutputFile

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

Records

A list of records. Each element contains the following attributes:

Declaration
public readonly ImmutableArray<GetRecordsRecordResult> Records
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetRecordsRecordResult>
View Source

Status

Status of the record.

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

Type

Type of the record.

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

Urls

A list of entire URLs. Each item format as &lt;host_record>.&lt;domain_name>.

Declaration
public readonly ImmutableArray<string> Urls
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

ValueRegex

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