Show / Hide Table of Contents

Class GetClustersArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetClustersArgs
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.Adb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetClustersArgs : InvokeArgs

Constructors

View Source

GetClustersArgs()

Declaration
public GetClustersArgs()

Properties

View Source

DescriptionRegex

A regex string to filter results by cluster description.

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

Ids

A list of ADB cluster IDs.

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

OutputFile

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

Tags

A mapping of tags to assign to the resource.

  • Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.
  • Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.