Skip to content

RosMonitorGroupsProps

Properties for defining a RosMonitorGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cms-monitorgroups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosMonitorGroupsProps {
    object DynamicTagRuleId = null,
    object GroupId = null,
    object MonitorGroupName = null,
    object RefreshOptions = null,
    object Type = null
};

Properties

Name Type Description
DynamicTagRuleId object No description.
GroupId object No description.
MonitorGroupName object No description.
RefreshOptions object No description.
Type object No description.

DynamicTagRuleIdOptional

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

GroupIdOptional

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

MonitorGroupNameOptional

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

RefreshOptionsOptional

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

TypeOptional

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