Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::WindowsBasedSli::PerformanceThreshold (v1.4.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
  • (::Google::Cloud::Monitoring::V3::BasicSli) — BasicSli to evaluate to judge window quality.

    Note: The following fields are mutually exclusive: basic_sli_performance, performance. If a field in that set is populated, all other fields in the set will automatically be cleared.

#basic_sli_performance=

def basic_sli_performance=(value) -> ::Google::Cloud::Monitoring::V3::BasicSli
Parameter
  • value (::Google::Cloud::Monitoring::V3::BasicSli) — BasicSli to evaluate to judge window quality.

    Note: The following fields are mutually exclusive: basic_sli_performance, performance. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Monitoring::V3::BasicSli) — BasicSli to evaluate to judge window quality.

    Note: The following fields are mutually exclusive: basic_sli_performance, performance. If a field in that set is populated, all other fields in the set will automatically be cleared.

#performance

def performance() -> ::Google::Cloud::Monitoring::V3::RequestBasedSli
Returns
  • (::Google::Cloud::Monitoring::V3::RequestBasedSli) — RequestBasedSli to evaluate to judge window quality.

    Note: The following fields are mutually exclusive: performance, basic_sli_performance. If a field in that set is populated, all other fields in the set will automatically be cleared.

#performance=

def performance=(value) -> ::Google::Cloud::Monitoring::V3::RequestBasedSli
Parameter
  • value (::Google::Cloud::Monitoring::V3::RequestBasedSli) — RequestBasedSli to evaluate to judge window quality.

    Note: The following fields are mutually exclusive: performance, basic_sli_performance. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Monitoring::V3::RequestBasedSli) — RequestBasedSli to evaluate to judge window quality.

    Note: The following fields are mutually exclusive: performance, basic_sli_performance. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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.