Skip to content

RosGroupMetricRuleProps

Properties for defining a RosGroupMetricRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-groupmetricrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosGroupMetricRuleProps {
    object Category,
    object Escalations,
    object GroupId,
    object MetricName,
    object Namespace,
    object RuleId,
    object RuleName,
    object Dimensions = null,
    object EffectiveInterval = null,
    object EmailSubject = null,
    object Interval = null,
    object NoEffectiveInterval = null,
    object Period = null,
    object SilenceTime = null,
    object Webhook = null
};

Properties

Name Type Description
Category object No description.
Escalations object No description.
GroupId object No description.
MetricName object No description.
Namespace object No description.
RuleId object No description.
RuleName object No description.
Dimensions object No description.
EffectiveInterval object No description.
EmailSubject object No description.
Interval object No description.
NoEffectiveInterval object No description.
Period object No description.
SilenceTime object No description.
Webhook object No description.

CategoryRequired

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

EscalationsRequired

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

GroupIdRequired

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

MetricNameRequired

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

NamespaceRequired

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

RuleIdRequired

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

RuleNameRequired

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

DimensionsOptional

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

EffectiveIntervalOptional

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

EmailSubjectOptional

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

IntervalOptional

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

NoEffectiveIntervalOptional

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

PeriodOptional

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

SilenceTimeOptional

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

WebhookOptional

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