Class GetAlertConfigurationMatcherResult
Inheritance
System.Object
GetAlertConfigurationMatcherResult
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 GetAlertConfigurationMatcherResult
Fields
View SourceFieldName
Name of the field in the target object to match on. Host alerts support these fields:
TYPE_NAMEHOSTNAMEPORTHOSTNAME_AND_PORTREPLICA_SET_NAMEReplica set alerts support these fields:REPLICA_SET_NAMESHARD_NAMECLUSTER_NAMESharded cluster alerts support these fields:CLUSTER_NAMESHARD_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_THANLESS_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:
PRIMARYSECONDARYSTANDALONECONFIGMONGOS
Declaration
public readonly string Value
Field Value
| Type | Description |
|---|---|
| System.String |