Class GetResolutionLinesArgs
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 GetResolutionLinesArgs : InvokeArgs
Constructors
View SourceGetResolutionLinesArgs()
Declaration
public GetResolutionLinesArgs()
Properties
View SourceDomainName
Domain Name.
Declaration
public string DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Lang
language.
Declaration
public string Lang { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LineCodes
A list of lines codes.
Declaration
public List<string> LineCodes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
LineDisplayNames
A list of line display names.
Declaration
public List<string> LineDisplayNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
LineNames
Declaration
public List<string> LineNames { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserClientIp
The ip of user client.
Declaration
public string UserClientIp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |