Skip to content

ExpressionListProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new ExpressionListProperty {
    object ComparisonOperator,
    object MetricName,
    object Period,
    object Statistics,
    object Threshold
};

Properties

Name Type Description
ComparisonOperator object No description.
MetricName object No description.
Period object No description.
Statistics object No description.
Threshold object No description.

ComparisonOperatorRequired

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

MetricNameRequired

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

PeriodRequired

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

StatisticsRequired

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

ThresholdRequired

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