Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new InstanceProps {
    object InstanceName,
    object DeletionForce = null,
    object Remark = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
InstanceName object Property instanceName: The name of the instance, which contains 3 to 64 characters in Chinese or English.
DeletionForce object Property deletionForce: Whether delete all topics and groups of the instance and then delete instance.
Remark object Property remark: The remark of instance.
Tags TagsProperty[] Property tags: Tags to attach to instance.

InstanceNameRequired

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

Property instanceName: The name of the instance, which contains 3 to 64 characters in Chinese or English.


DeletionForceOptional

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

Property deletionForce: Whether delete all topics and groups of the instance and then delete instance.

Default is false


RemarkOptional

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

Property remark: The remark of instance.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.