Show / Hide Table of Contents

Class GetAlarmResult

Inheritance
System.Object
GetAlarmResult
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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class GetAlarmResult

Fields

View Source

AlarmId

Declaration
public readonly int? AlarmId
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Enabled

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

Id

The provider-assigned unique ID for this managed resource.

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

InstanceId

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

MessageType

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

QueueRegex

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

Recipients

Declaration
public readonly ImmutableArray<int> Recipients
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.Int32>
View Source

TimeThreshold

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

Type

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

ValueThreshold

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

VhostRegex

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