Show / Hide Table of Contents

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 Source

AliDomain

Indicates whether the domain is an Alibaba Cloud domain.

Declaration
public readonly bool? AliDomain
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

DomainNameRegex

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

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>
View Source

GroupNameRegex

Declaration
public readonly string GroupNameRegex
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

Ids

A list of domain IDs.

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

InstanceId

Cloud analysis product ID of the domain.

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

Names

A list of domain names.

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

OutputFile

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

ResourceGroupId

The Id of resource group which the dns belongs.

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

VersionCode

Cloud analysis version code of the domain.

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