Skip to content

RosInstanceProps

Properties for defining a RosInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Amqp;
new RosInstanceProps {
    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 No description.
InstanceType object No description.
MaxEipTps object No description.
MaxTps object No description.
OrderNum object No description.
PayType object No description.
Period object No description.
PeriodUnit object No description.
QueueCapacity object No description.
StorageSize object No description.
SupportEip object No description.
SupportTracing object No description.
TracingStorageTime object No description.

InstanceNameOptional

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

InstanceTypeOptional

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

MaxEipTpsOptional

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

MaxTpsOptional

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

OrderNumOptional

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

PayTypeOptional

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

PeriodOptional

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

PeriodUnitOptional

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

QueueCapacityOptional

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

StorageSizeOptional

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

SupportEipOptional

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

SupportTracingOptional

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

TracingStorageTimeOptional

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