Show / Hide Table of Contents

Class GetResolutionLinesResult

Inheritance
System.Object
GetResolutionLinesResult
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 GetResolutionLinesResult

Fields

View Source

DomainName

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Lang

Declaration
public readonly string Lang
Field Value
Type Description
System.String
View Source

LineCodes

Line code.

Declaration
public readonly ImmutableArray<string> LineCodes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

LineDisplayNames

A list of line display names.

Declaration
public readonly ImmutableArray<string> LineDisplayNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

LineNames

Declaration
public readonly ImmutableArray<string> LineNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Lines

A list of cloud resolution line. Each element contains the following attributes:

Declaration
public readonly ImmutableArray<GetResolutionLinesLineResult> Lines
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetResolutionLinesLineResult>
View Source

OutputFile

Declaration
public readonly string OutputFile
Field Value
Type Description
System.String
View Source

UserClientIp

Declaration
public readonly string UserClientIp
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.