Class GetRecordsArgs
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 GetRecordsArgs : InvokeArgs
Constructors
View SourceGetRecordsArgs()
Declaration
public GetRecordsArgs()
Properties
View SourceDomainName
The domain name associated to the records.
Declaration
public string DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
HostRecordRegex
Host record regex.
Declaration
public string HostRecordRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of record IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
IsLocked
Whether the record is locked or not.
Declaration
public bool? IsLocked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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 string Line { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Record status. Valid items are ENABLE and DISABLE.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Record type. Valid items are A, NS, MX, TXT, CNAME, SRV, AAAA, REDIRECT_URL, FORWORD_URL .
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ValueRegex
Host record value regex.
Declaration
public string ValueRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |