Skip to content

MonitorGroupsProps

Properties for defining a MonitorGroups.

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

Initializer

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

Properties

Name Type Description
DynamicTagRuleId object Property dynamicTagRuleId: The ID of the tag rule.
GroupId object Property groupId: The IDs of the application groups.
MonitorGroupName object Property monitorGroupName: The name of the application group.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Type object Property type: The type of the application group.

DynamicTagRuleIdOptional

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

Property dynamicTagRuleId: The ID of the tag rule.


GroupIdOptional

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

Property groupId: The IDs of the application groups.


MonitorGroupNameOptional

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

Property monitorGroupName: The name of the application group.


RefreshOptionsOptional

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.

TypeOptional

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

Property type: The type of the application group.

Valid values: custom: a self-managed application group. ehpc_cluster: an application group that is synchronized from an Elastic High Performance Computing (E-HPC) cluster. kubernetes: an application group that is synchronized from a Container Service for Kubernetes (ACK) cluster.