Show / Hide Table of Contents

Class GetDomainsDomainResult

Inheritance
System.Object
GetDomainsDomainResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetDomainsDomainResult

Fields

View Source

AliDomain

Specifies whether the domain is from Alibaba Cloud or not.

Declaration
public readonly bool AliDomain
Field Value
Type Description
System.Boolean
View Source

DnsServers

DNS list of the domain in the analysis system.

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

DomainId

ID of the domain.

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

DomainName

Name of the domain.

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

GroupId

Id of group that contains the domain.

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

GroupName

Name of group that contains the domain.

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

InstanceId

Cloud analysis product ID.

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

PunyCode

Punycode of the Chinese domain.

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

VersionCode

Cloud analysis version code.

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