RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new RosInstanceProps {
object InstanceName,
object DeletionForce = null,
object Remark = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceName |
object |
No description. |
DeletionForce |
object |
No description. |
Remark |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]