Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold.

A PerformanceThreshold is used when each window is good when that window has a sufficiently high performance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#basic_sli_performance

def basic_sli_performance() -> ::Google::Cloud::Monitoring::V3::BasicSli
Returns

#basic_sli_performance=

def basic_sli_performance=(value) -> ::Google::Cloud::Monitoring::V3::BasicSli
Parameter
Returns

#performance

def performance() -> ::Google::Cloud::Monitoring::V3::RequestBasedSli
Returns

#performance=

def performance=(value) -> ::Google::Cloud::Monitoring::V3::RequestBasedSli
Parameter
Returns

#threshold

def threshold() -> ::Float
Returns
  • (::Float) — If window performance >= threshold, the window is counted as good.

#threshold=

def threshold=(value) -> ::Float
Parameter
  • value (::Float) — If window performance >= threshold, the window is counted as good.
Returns
  • (::Float) — If window performance >= threshold, the window is counted as good.