Skip to content

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.

InstanceNameRequired

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

DeletionForceOptional

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

RemarkOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }