GroupsProps
Properties for defining a Groups
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq-groups
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new GroupsProps {
object GroupName = null,
object GroupType = null,
object InstanceId = null,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
GroupName |
object |
Property groupName: GroupName. |
GroupType |
object |
Property groupType: GroupType. |
InstanceId |
object |
Property instanceId: InstanceId. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
GroupName
Optional
public object GroupName { get; set; }
- Type: object
Property groupName: GroupName.
GroupType
Optional
public object GroupType { get; set; }
- Type: object
Property groupType: GroupType.
InstanceId
Optional
public object InstanceId { get; set; }
- Type: object
Property instanceId: InstanceId.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.