RosResourceMetricRuleProps
Properties for defining a RosResourceMetricRule
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-resourcemetricrule
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosResourceMetricRuleProps {
object ContactGroups,
object Escalations,
object MetricName,
object Namespace,
object Resources,
object CompositeExpression = null,
object DeletionForce = null,
object EffectiveInterval = null,
object EmailSubject = null,
object Interval = null,
object Labels = null,
object NoDataPolicy = null,
object NoEffectiveInterval = null,
object Period = null,
object Prometheus = null,
object RuleId = null,
object RuleName = null,
object SilenceTime = null,
object Webhook = null
};
Properties
Name | Type | Description |
---|---|---|
ContactGroups |
object |
No description. |
Escalations |
object |
No description. |
MetricName |
object |
No description. |
Namespace |
object |
No description. |
Resources |
object |
No description. |
CompositeExpression |
object |
No description. |
DeletionForce |
object |
No description. |
EffectiveInterval |
object |
No description. |
EmailSubject |
object |
No description. |
Interval |
object |
No description. |
Labels |
object |
No description. |
NoDataPolicy |
object |
No description. |
NoEffectiveInterval |
object |
No description. |
Period |
object |
No description. |
Prometheus |
object |
No description. |
RuleId |
object |
No description. |
RuleName |
object |
No description. |
SilenceTime |
object |
No description. |
Webhook |
object |
No description. |
ContactGroups
Required
public object ContactGroups { get; set; }
- Type: object
Escalations
Required
public object Escalations { get; set; }
- Type: object
MetricName
Required
public object MetricName { get; set; }
- Type: object
Namespace
Required
public object Namespace { get; set; }
- Type: object
Resources
Required
public object Resources { get; set; }
- Type: object
CompositeExpression
Optional
public object CompositeExpression { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
EffectiveInterval
Optional
public object EffectiveInterval { get; set; }
- Type: object
EmailSubject
Optional
public object EmailSubject { get; set; }
- Type: object
Interval
Optional
public object Interval { get; set; }
- Type: object
Labels
Optional
public object Labels { get; set; }
- Type: object
NoDataPolicy
Optional
public object NoDataPolicy { get; set; }
- Type: object
NoEffectiveInterval
Optional
public object NoEffectiveInterval { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
Prometheus
Optional
public object Prometheus { get; set; }
- Type: object
RuleId
Optional
public object RuleId { get; set; }
- Type: object
RuleName
Optional
public object RuleName { get; set; }
- Type: object
SilenceTime
Optional
public object SilenceTime { get; set; }
- Type: object
Webhook
Optional
public object Webhook { get; set; }
- Type: object