Class GetInstancesArgs
Inheritance
System.Object
GetInstancesArgs
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()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesArgs : InvokeArgs
Constructors
View Source
GetInstancesArgs()
Declaration
public GetInstancesArgs()
Properties
View Source
ConnectionMode
Standard for standard access mode and Safe for high security access mode.
Declaration
public string ConnectionMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
DbType
Primary for primary instance, Readonly for read-only instance, Guard for disaster recovery instance, and Temp for temporary instance.
Declaration
public string DbType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Engine
Database type. Options are MySQL, SQLServer, PostgreSQL and PPAS. If no value is specified, all types are returned.
Declaration
public string Engine { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Ids
A list of RDS instance IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
NameRegex
A regex string to filter results by instance name.
Declaration
public string NameRegex { 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
Status
Declaration
public string Status { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
A map of tags assigned to the DB instances.
Note: Before 1.60.0, the value's format is a json string which including TagKey and TagValue. TagKey cannot be null, and TagValue can be empty. Format example "{\"key1\":\"value1\"}"
Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
View Source
VpcId
Used to retrieve instances belong to specified VPC.
Declaration
public string VpcId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
VswitchId
Used to retrieve instances belong to specified vswitch resources.
Declaration
public string VswitchId { get; set; }
Property Value
| Type |
Description |
| System.String |
|