Show / Hide Table of Contents

Class GetDomainsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDomainsArgs
Inherited Members
InvokeArgs.Empty
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 GetDomainsArgs : InvokeArgs

Constructors

View Source

GetDomainsArgs()

Declaration
public GetDomainsArgs()

Properties

View Source

AliDomain

Specifies whether the domain is from Alibaba Cloud or not.

Declaration
public bool? AliDomain { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

DomainNameRegex

A regex string to filter results by the domain name.

Declaration
public string DomainNameRegex { get; set; }
Property Value
Type Description
System.String
View Source

GroupNameRegex

A regex string to filter results by the group name.

Declaration
public string GroupNameRegex { get; set; }
Property Value
Type Description
System.String
View Source

Ids

  • A list of domain IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

InstanceId

Cloud analysis product ID.

Declaration
public string InstanceId { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

ResourceGroupId

The Id of resource group which the dns belongs.

Declaration
public string ResourceGroupId { get; set; }
Property Value
Type Description
System.String
View Source

VersionCode

Cloud analysis version code.

Declaration
public string VersionCode { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.