Tair Instance Args
data class TairInstanceArgs(val autoRenew: Output<String>? = null, val autoRenewPeriod: Output<String>? = null, val effectiveTime: Output<String>? = null, val engineVersion: Output<String>? = null, val forceUpgrade: Output<Boolean>? = null, val instanceClass: Output<String>? = null, val instanceType: Output<String>? = null, val password: Output<String>? = null, val paymentType: Output<String>? = null, val period: Output<Int>? = null, val port: Output<Int>? = null, val resourceGroupId: Output<String>? = null, val secondaryZoneId: Output<String>? = null, val shardCount: Output<Int>? = null, val tairInstanceName: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null, val zoneId: Output<String>? = null) : ConvertibleToJava<TairInstanceArgs>
Import
Redis Tair Instance can be imported using the id, e.g.
$ pulumi import alicloud:redis/tairInstance:TairInstance example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
fun TairInstanceArgs(autoRenew: Output<String>? = null, autoRenewPeriod: Output<String>? = null, effectiveTime: Output<String>? = null, engineVersion: Output<String>? = null, forceUpgrade: Output<Boolean>? = null, instanceClass: Output<String>? = null, instanceType: Output<String>? = null, password: Output<String>? = null, paymentType: Output<String>? = null, period: Output<Int>? = null, port: Output<Int>? = null, resourceGroupId: Output<String>? = null, secondaryZoneId: Output<String>? = null, shardCount: Output<Int>? = null, tairInstanceName: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null, zoneId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The instance type of the instance. For more information, see Instance types.
Link copied to clipboard
The number of data nodes in the instance. When 1 is passed, it means that the instance created is a standard architecture with only one data node. You can create an instance in the standard architecture that contains only a single data node. 2 to 32: You can create an instance in the cluster architecture that contains the specified number of data nodes. Only persistent memory-optimized instances can use the cluster architecture. Therefore, you can set this parameter to an integer from 2 to 32 only if you set the InstanceType parameter to tair_scm.
Link copied to clipboard