Show / Hide Table of Contents

Class GetInstancesArgs

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

Constructors

View Source

GetInstancesArgs()

Declaration
public GetInstancesArgs()

Properties

View Source

Ids

A list of RKV instance IDs.

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

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
View Source

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
View Source

NameRegex

A regex string to apply to the 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

Status of the instance.

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

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 {&quot;key1&quot;:&quot;value1&quot;}.

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.