ApplyAlertRuleTemplateProps
Properties for defining a ApplyAlertRuleTemplate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-applyalertruletemplate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new ApplyAlertRuleTemplateProps {
object ClusterIds = null,
object TemplateIds = null,
object Update = null
};
Properties
Name | Type | Description |
---|---|---|
ClusterIds |
object |
Property clusterIds: The IDs list of Prometheus Instances. |
TemplateIds |
object |
Property templateIds: The IDs list of Prometheus alert rule templates. |
Update |
object |
Property update: Whether to update created alert rules. |
ClusterIds
Optional
public object ClusterIds { get; set; }
- Type: object
Property clusterIds: The IDs list of Prometheus Instances.
TemplateIds
Optional
public object TemplateIds { get; set; }
- Type: object
Property templateIds: The IDs list of Prometheus alert rule templates.
Update
Optional
public object Update { get; set; }
- Type: object
Property update: Whether to update created alert rules.
Default false.