Show / Hide Table of Contents

Class AlarmState

Inheritance
System.Object
InputArgs
ResourceArgs
AlarmState
Inherited Members
ResourceArgs.Empty
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class AlarmState : ResourceArgs

Constructors

View Source

AlarmState()

Declaration
public AlarmState()

Properties

View Source

Enabled

Enable or disable an alarm

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

InstanceId

Instance identifier

Declaration
public Input<int> InstanceId { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

MessageType

Message types (total, unacked, ready) of the queue to trigger the alarm

Declaration
public Input<string> MessageType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QueueRegex

Regex for which queues to check

Declaration
public Input<string> QueueRegex { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Recipients

Identifiers for recipients to be notified.

Declaration
public InputList<int> Recipients { get; set; }
Property Value
Type Description
InputList<System.Int32>
View Source

TimeThreshold

For how long (in seconds) the value_threshold should be active before trigger alarm

Declaration
public Input<int> TimeThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Type

Type of the alarm, valid options are: cpu, memory, disk_usage, queue_length, connection_count, consumers_count, net_split

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ValueThreshold

What value to trigger the alarm for

Declaration
public Input<int> ValueThreshold { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VhostRegex

Regex for which vhost the queues are in

Declaration
public Input<string> VhostRegex { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.