Class GetDomainsArgs
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 GetDomainsArgs : InvokeArgs
Constructors
View SourceGetDomainsArgs()
Declaration
public GetDomainsArgs()
Properties
View SourceAliDomain
Specifies whether the domain is from Alibaba Cloud or not.
Declaration
public bool? AliDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DomainNameRegex
A regex string to filter results by the domain name.
Declaration
public string DomainNameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GroupNameRegex
A regex string to filter results by the group name.
Declaration
public string GroupNameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
- A list of domain IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
InstanceId
Cloud analysis product ID.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupId
The Id of resource group which the dns belongs.
Declaration
public string ResourceGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VersionCode
Cloud analysis version code.
Declaration
public string VersionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |