Class 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()
Namespace: Pulumi.AliCloud.KVStore
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesArgs : InvokeArgs
Constructors
View SourceGetInstancesArgs()
Declaration
public GetInstancesArgs()
Properties
View SourceIds
A list of RKV instance IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
InstanceClass
Type of the applied ApsaraDB for Redis instance. For more information, see Instance type table.
Declaration
public string InstanceClass { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceType
Database type. Options are Memcache, and Redis. If no value is specified, all types are returned.
Declaration
public string InstanceType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NameRegex
A regex string to apply to the instance name.
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the instance.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
Query the instance bound to the tag. The format of the incoming value is json string, 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> |
VpcId
Used to retrieve instances belong to specified VPC.
Declaration
public string VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
VswitchId
Used to retrieve instances belong to specified vswitch resources.
Declaration
public string VswitchId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |