Skip to content

RosAlarmTaskProps

Properties for defining a RosAlarmTask.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ess-alarmtask

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ess;
new RosAlarmTaskProps {
    object AlarmAction,
    object MetricName,
    object ScalingGroupId,
    object Threshold,
    object ComparisonOperator = null,
    object Description = null,
    object Dimensions = null,
    object EvaluationCount = null,
    object GroupId = null,
    object MetricType = null,
    object Name = null,
    object Period = null,
    object Statistics = null
};

Properties

Name Type Description
AlarmAction object No description.
MetricName object No description.
ScalingGroupId object No description.
Threshold object No description.
ComparisonOperator object No description.
Description object No description.
Dimensions object No description.
EvaluationCount object No description.
GroupId object No description.
MetricType object No description.
Name object No description.
Period object No description.
Statistics object No description.

AlarmActionRequired

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

MetricNameRequired

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

ScalingGroupIdRequired

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

ThresholdRequired

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

ComparisonOperatorOptional

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

DescriptionOptional

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

DimensionsOptional

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

EvaluationCountOptional

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

GroupIdOptional

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

MetricTypeOptional

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

NameOptional

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

PeriodOptional

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

StatisticsOptional

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