Class AlertConfigurationMatcher
Inheritance
System.Object
AlertConfigurationMatcher
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.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class AlertConfigurationMatcher
Fields
View SourceFieldName
Name of the field in the target object to match on. Host alerts support these fields:
TYPE_NAME
HOSTNAME
PORT
HOSTNAME_AND_PORT
REPLICA_SET_NAME
Replica set alerts support these fields:REPLICA_SET_NAME
SHARD_NAME
CLUSTER_NAME
Sharded cluster alerts support these fields:CLUSTER_NAME
SHARD_NAME
Declaration
public readonly string FieldName
Field Value
Type | Description |
---|---|
System.String |
Operator
Operator to apply when checking the current metric value against the threshold value. Accepted values are:
GREATER_THAN
LESS_THAN
Declaration
public readonly string Operator
Field Value
Type | Description |
---|---|
System.String |
Value
Value to test with the specified operator. If field_name
is set to TYPE_NAME, you can match on the following values:
PRIMARY
SECONDARY
STANDALONE
CONFIG
MONGOS
Declaration
public readonly string Value
Field Value
Type | Description |
---|---|
System.String |