Skip to content

InstanceProps

Properties for defining a Instance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-amqp-instance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Amqp;
new InstanceProps {
    object InstanceName = null,
    object InstanceType = null,
    object MaxEipTps = null,
    object MaxTps = null,
    object OrderNum = null,
    object PayType = null,
    object Period = null,
    object PeriodUnit = null,
    object QueueCapacity = null,
    object StorageSize = null,
    object SupportEip = null,
    object SupportTracing = null,
    object TracingStorageTime = null
};

Properties

Name Type Description
InstanceName object Property instanceName: The name of the instance.
InstanceType object Property instanceType: The instance type.
MaxEipTps object Property maxEipTps: The max eip tps.
MaxTps object Property maxTps: If instance type is professional, the valid value is [1000, 1500, 2000, 2500, 3000, 4000, 5000].
OrderNum object Property orderNum: Set the number of instances to be created.
PayType object Property payType: The billing method of the instance.
Period object Property period: The period.
PeriodUnit object Property periodUnit: The unit of the subscription duration.
QueueCapacity object Property queueCapacity: The queue capacity.
StorageSize object Property storageSize: The storage size.
SupportEip object Property supportEip: Specifies whether to enable access over the public network.
SupportTracing object Property supportTracing: Specifies whether to enable the message trace feature.
TracingStorageTime object Property tracingStorageTime: The retention period of message traces.

InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

Property instanceName: The name of the instance.

The name can be up to 64 characters long.


InstanceTypeOptional

public object InstanceType { get; set; }
  • Type: object

Property instanceType: The instance type.

This parameter is required for subscription instances. Valid values:

  • professional: Professional Edition
  • enterprise: Enterprise Edition
  • vip: Platinum Edition You do not need to specify this parameter for serverless instances.

MaxEipTpsOptional

public object MaxEipTps { get; set; }
  • Type: object

Property maxEipTps: The max eip tps.

It is valid when support_eip is true. The minimum value is 128, with the step size 128.


MaxTpsOptional

public object MaxTps { get; set; }
  • Type: object

Property maxTps: If instance type is professional, the valid value is [1000, 1500, 2000, 2500, 3000, 4000, 5000].

If instance type is enterprise, the valid value is [3000, 5000, 8000, 10000, 15000, 20000, 3000040000, 50000, 80000, 10000]. If instance type is vip, the valid value is [8000, 15000, 25000, 40000, 50000, 100000, 200000, 300000, 500000, 800000, 1000000].


OrderNumOptional

public object OrderNum { get; set; }
  • Type: object

Property orderNum: Set the number of instances to be created.


PayTypeOptional

public object PayType { get; set; }
  • Type: object

Property payType: The billing method of the instance.

The Message Queue RabbitMQ version does not support new pay-as-you-go instances. Valid values: PrePaid: subscription


PeriodOptional

public object Period { get; set; }
  • Type: object

Property period: The period.

Valid values: 1, 2, 3, 6, 12, 24, 36.


PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

Property periodUnit: The unit of the subscription duration.

Valid values: Month Year Default value: Month.


QueueCapacityOptional

public object QueueCapacity { get; set; }
  • Type: object

Property queueCapacity: The queue capacity.

If instance type is professional, the valid value is [50, 1000] with the step size 5. If instance type is enterprise, the valid value is [200, 6000] with the step size 100 If instance type is vip, the valid value is [200, 80000] with the step size 100


StorageSizeOptional

public object StorageSize { get; set; }
  • Type: object

Property storageSize: The storage size.

It is valid when instance_type is vip. If instance type is professional or enterprise, the valid value is 0.If instance type is vip, the valid value is [700, 2800] with the step size 100


SupportEipOptional

public object SupportEip { get; set; }
  • Type: object

Property supportEip: Specifies whether to enable access over the public network.

Valid values:

  • true: Enables access over the public network.
  • false: Disables access over the public network.

SupportTracingOptional

public object SupportTracing { get; set; }
  • Type: object

Property supportTracing: Specifies whether to enable the message trace feature.

Valid values:

  • true: Enables the message trace feature.
  • false: Disables the message trace feature.
  • The message trace feature is included for 15 days at no charge on Platinum Edition instances. For these instances, you must enable this feature and set the retention period to 15 days.
  • For other instance types, you can enable or disable this feature.

TracingStorageTimeOptional

public object TracingStorageTime { get; set; }
  • Type: object

Property tracingStorageTime: The retention period of message traces.

Unit: days. Valid values:

  • 3
  • 7
  • 15 This parameter is required if you set SupportTracing to true.