InstanceArgs

data class InstanceArgs(val instanceName: Output<String>? = null, val instanceType: Output<String>? = null, val logistics: Output<String>? = null, val maxEipTps: Output<String>? = null, val maxTps: Output<String>? = null, val modifyType: Output<String>? = null, val paymentType: Output<String>? = null, val period: Output<Int>? = null, val queueCapacity: Output<String>? = null, val renewalDuration: Output<Int>? = null, val renewalDurationUnit: Output<String>? = null, val renewalStatus: Output<String>? = null, val storageSize: Output<String>? = null, val supportEip: Output<Boolean>? = null) : ConvertibleToJava<InstanceArgs>

Import

RabbitMQ (AMQP) Instance can be imported using the id, e.g.

$ pulumi import alicloud:amqp/instance:Instance example <id>

Constructors

Link copied to clipboard
fun InstanceArgs(instanceName: Output<String>? = null, instanceType: Output<String>? = null, logistics: Output<String>? = null, maxEipTps: Output<String>? = null, maxTps: Output<String>? = null, modifyType: Output<String>? = null, paymentType: Output<String>? = null, period: Output<Int>? = null, queueCapacity: Output<String>? = null, renewalDuration: Output<Int>? = null, renewalDurationUnit: Output<String>? = null, renewalStatus: Output<String>? = null, storageSize: Output<String>? = null, supportEip: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): InstanceArgs

Properties

Link copied to clipboard
val instanceName: Output<String>? = null

The instance name.

Link copied to clipboard
val instanceType: Output<String>? = null

The Instance Type. Valid values: professional, enterprise, vip.

Link copied to clipboard
val logistics: Output<String>? = null

The logistic information This parameter is not required when you create a ApsaraMQ for RabbitMQ instance. You do not need to specify this parameter.

Link copied to clipboard
val maxEipTps: Output<String>? = null

The max eip tps. It is valid when support_eip is true. The valid value is 128, 45000 with the step size 128.

Link copied to clipboard
val maxTps: Output<String>? = null

The peak TPS traffic. The smallest valid value is 1000 and the largest value is 100,000.

Link copied to clipboard
val modifyType: Output<String>? = null

The modify type. Valid values: Downgrade, Upgrade. It is required when updating other attributes.

Link copied to clipboard
val paymentType: Output<String>? = null

The payment type. Valid values: Subscription.

Link copied to clipboard
val period: Output<Int>? = null

The period. Valid values: 1, 12, 2, 24, 3, 6.

Link copied to clipboard
val queueCapacity: Output<String>? = null

The queue capacity. The smallest value is 50 and the step size 5.

Link copied to clipboard
val renewalDuration: Output<Int>? = null

RenewalDuration. Valid values: 1, 12, 2, 3, 6.

Link copied to clipboard
val renewalDurationUnit: Output<String>? = null

Auto-Renewal Cycle Unit Values Include: Month: Month. Year: Years. Valid values: Month, Year.

Link copied to clipboard
val renewalStatus: Output<String>? = null

Whether to renew an instance automatically or not. Default to "ManualRenewal".

Link copied to clipboard
val storageSize: Output<String>? = null

The storage size. It is valid when instance_type is vip.

Link copied to clipboard
val supportEip: Output<Boolean>? = null

Whether to support EIP.