Show / Hide Table of Contents

Class GetResolutionLinesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetResolutionLinesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetResolutionLinesArgs()

Declaration
public GetResolutionLinesArgs()

Properties

View Source

DomainName

Domain Name.

Declaration
public string DomainName { get; set; }
Property Value
Type Description
System.String
View Source

Lang

language.

Declaration
public string Lang { get; set; }
Property Value
Type Description
System.String
View Source

LineCodes

A list of lines codes.

Declaration
public List<string> LineCodes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

LineDisplayNames

A list of line display names.

Declaration
public List<string> LineDisplayNames { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

LineNames

Declaration
public List<string> LineNames { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

UserClientIp

The ip of user client.

Declaration
public string UserClientIp { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.