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 SourceAliDomain
Specifies whether the domain is from Alibaba Cloud or not.
Declaration
public readonly bool AliDomain
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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> |
DomainId
ID of the domain.
Declaration
public readonly string DomainId
Field Value
| Type | Description |
|---|---|
| System.String |
DomainName
Name of the domain.
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
GroupId
Id of group that contains the domain.
Declaration
public readonly string GroupId
Field Value
| Type | Description |
|---|---|
| System.String |
GroupName
Name of group that contains the domain.
Declaration
public readonly string GroupName
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceId
Cloud analysis product ID.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
PunyCode
Punycode of the Chinese domain.
Declaration
public readonly string PunyCode
Field Value
| Type | Description |
|---|---|
| System.String |
VersionCode
Cloud analysis version code.
Declaration
public readonly string VersionCode
Field Value
| Type | Description |
|---|---|
| System.String |