Class GetClustersArgs
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.PolarDB
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetClustersArgs : InvokeArgs
Constructors
View SourceGetClustersArgs()
Declaration
public GetClustersArgs()
Properties
View SourceDbType
Database type. Options are MySQL, Oracle and PostgreSQL. If no value is specified, all types are returned.
Declaration
public string DbType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DescriptionRegex
A regex string to filter results by cluster description.
Declaration
public string DescriptionRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of PolarDB cluster IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
status of the cluster.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |