Class GetDomainsResult
Inheritance
System.Object
GetDomainsResult
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 GetDomainsResult
Fields
View SourceAliDomain
Indicates whether the domain is an Alibaba Cloud domain.
Declaration
public readonly bool? AliDomain
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DomainNameRegex
Declaration
public readonly string DomainNameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Domains
A list of domains. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetDomainsDomainResult> Domains
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDomainsDomainResult> |
GroupNameRegex
Declaration
public readonly string GroupNameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of domain IDs.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
InstanceId
Cloud analysis product ID of the domain.
Declaration
public readonly string InstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
Names
A list of domain names.
Declaration
public readonly ImmutableArray<string> Names
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group which the dns belongs.
Declaration
public readonly string ResourceGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
VersionCode
Cloud analysis version code of the domain.
Declaration
public readonly string VersionCode
Field Value
| Type | Description |
|---|---|
| System.String |