Skip to main content

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison

No description

enum GoogleCloudMonitoringAlertPolicyConditionThresholdComparison {
COMPARISON_UNSPECIFIED
COMPARISON_GT
COMPARISON_GE
COMPARISON_LT
COMPARISON_LE
COMPARISON_EQ
COMPARISON_NE
}

Values

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_UNSPECIFIED

Unspecified

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_GT

True if the left argument is greater than the right argument

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_GE

True if the left argument is greater than or equal to the right argument

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_LT

True if the left argument is less than the right argument

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_LE

True if the left argument is less than or equal to the right argument

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_EQ

True if the left argument is equal to the right argument

GoogleCloudMonitoringAlertPolicyConditionThresholdComparison.COMPARISON_NE

True if the left argument is not equal to the right argument

Member of

GoogleCloudMonitoringAlertPolicyConditionThreshold object