Get Alarms Alarm
data class GetAlarmsAlarm(val alarmActions: List<String>, val cloudMonitorGroupId: Int, val comparisonOperator: String, val description: String, val dimensions: Map<String, Any>, val enable: Boolean, val evaluationCount: Int, val id: String, val metricName: String, val metricType: String, val name: String, val period: Int, val scalingGroupId: String, val state: String, val statistics: String, val threshold: String)
Constructors
Link copied to clipboard
fun GetAlarmsAlarm(alarmActions: List<String>, cloudMonitorGroupId: Int, comparisonOperator: String, description: String, dimensions: Map<String, Any>, enable: Boolean, evaluationCount: Int, id: String, metricName: String, metricType: String, name: String, period: Int, scalingGroupId: String, state: String, statistics: String, threshold: String)