Class GetDomainRecordsArgs
Inheritance
System.Object
GetDomainRecordsArgs
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()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetDomainRecordsArgs : InvokeArgs
Constructors
View Source
GetDomainRecordsArgs()
Declaration
public GetDomainRecordsArgs()
Properties
View Source
DomainName
Declaration
public string DomainName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
HostRecordRegex
Declaration
public string HostRecordRegex { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Ids
Declaration
public List<string> Ids { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
IsLocked
Declaration
public bool? IsLocked { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Line
Declaration
public string Line { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Status
Declaration
public string Status { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Type
Declaration
public string Type { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
ValueRegex
Declaration
public string ValueRegex { get; set; }
Property Value
| Type |
Description |
| System.String |
|