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. |
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
Property instanceName: The name of the instance, which contains 3 to 64 characters in Chinese or English.
DeletionForce
Optional
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
Remark
Optional
public object Remark { get; set; }
- Type: object
Property remark: The remark of instance.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
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.