Interface protos.google.monitoring.dashboard.v1.IThreshold

Properties of a Threshold.

Package

@google-cloud/monitoring-dashboards!

Properties

color

color?: (google.monitoring.dashboard.v1.Threshold.Color|keyof typeof google.monitoring.dashboard.v1.Threshold.Color|null);

Threshold color

Property Value
TypeDescription
(google.monitoring.dashboard.v1.Threshold.Color|keyof typeof google.monitoring.dashboard.v1.Threshold.Color|null)

direction

direction?: (google.monitoring.dashboard.v1.Threshold.Direction|keyof typeof google.monitoring.dashboard.v1.Threshold.Direction|null);

Threshold direction

Property Value
TypeDescription
(google.monitoring.dashboard.v1.Threshold.Direction|keyof typeof google.monitoring.dashboard.v1.Threshold.Direction|null)

label

label?: (string|null);

Threshold label

Property Value
TypeDescription
(string|null)

value

value?: (number|null);

Threshold value

Property Value
TypeDescription
(number|null)