Show / Hide Table of Contents

Class GetAlarmsAlarmResult

Inheritance
System.Object
GetAlarmsAlarmResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ess.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetAlarmsAlarmResult

Fields

View Source

AlarmActions

The list of actions to execute when this alarm transition into an ALARM state. Each action is specified as ess scaling rule ari.

Declaration
public readonly ImmutableArray<string> AlarmActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CloudMonitorGroupId

Defines the application group id defined by CMS which is assigned when you upload custom metric to CMS, only available for custom metirc.

Declaration
public readonly int CloudMonitorGroupId
Field Value
Type Description
System.Int32
View Source

ComparisonOperator

The arithmetic operation to use when comparing the specified Statistic and Threshold. The specified Statistic value is used as the first operand.

Declaration
public readonly string ComparisonOperator
Field Value
Type Description
System.String
View Source

Description

The description for the alarm.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Dimensions

The dimension map for the alarm's associated metric.

Declaration
public readonly ImmutableDictionary<string, object> Dimensions
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Enable

Whether to enable specific ess alarm.

Declaration
public readonly bool Enable
Field Value
Type Description
System.Boolean
View Source

EvaluationCount

The number of times that needs to satisfies comparison condition before transition into ALARM state.

Declaration
public readonly int EvaluationCount
Field Value
Type Description
System.Int32
View Source

Id

The id of alarm.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MetricName

The name for the alarm's associated metric. See Block_metricNames_and_dimensions below for details.

Declaration
public readonly string MetricName
Field Value
Type Description
System.String
View Source

MetricType

The type for the alarm's associated metric. Supported value: system, custom. "system" means the metric data is collected by Aliyun Cloud Monitor Service(CMS), "custom" means the metric data is upload to CMS by users. Defaults to system.

Declaration
public readonly string MetricType
Field Value
Type Description
System.String
View Source

Name

The name for ess alarm.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Period

The period in seconds over which the specified statistic is applied.

Declaration
public readonly int Period
Field Value
Type Description
System.Int32
View Source

ScalingGroupId

Scaling group id the alarms belong to.

Declaration
public readonly string ScalingGroupId
Field Value
Type Description
System.String
View Source

State

The state of alarm task.

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

Statistics

The statistic to apply to the alarm's associated metric.

Declaration
public readonly string Statistics
Field Value
Type Description
System.String
View Source

Threshold

The value against which the specified statistics is compared.

Declaration
public readonly string Threshold
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.