Cloud Monitoring Dashboards V1 API - Module Google::Cloud::Monitoring::Dashboard::V1::Threshold::Direction (v0.11.0)

Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API module Google::Cloud::Monitoring::Dashboard::V1::Threshold::Direction.

Whether the threshold is considered crossed by an actual value above or below its threshold value.

Constants

DIRECTION_UNSPECIFIED

value: 0
Not allowed in well-formed requests.

ABOVE

value: 1
The threshold will be considered crossed if the actual value is above the threshold value.

BELOW

value: 2
The threshold will be considered crossed if the actual value is below the threshold value.