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 SourceDomainName
Name of the domain the record belongs to.
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
HostRecordRegex
Declaration
public readonly string HostRecordRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of record IDs.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
IsLocked
Declaration
public readonly bool? IsLocked
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Line
ISP line of the record.
Declaration
public readonly string Line
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Status
Status of the record.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Type of the record.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Urls
A list of entire URLs. Each item format as <host_record>.<domain_name>.
Declaration
public readonly ImmutableArray<string> Urls
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ValueRegex
Declaration
public readonly string ValueRegex
Field Value
| Type | Description |
|---|---|
| System.String |