Class: Google::Apis::MonitoringV3::LatencyCriteria

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/monitoring_v3/classes.rb,
generated/google/apis/monitoring_v3/representations.rb,
generated/google/apis/monitoring_v3/representations.rb

Overview

Parameters for a latency threshold SLI.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LatencyCriteria

Returns a new instance of LatencyCriteria.



1671
1672
1673
# File 'generated/google/apis/monitoring_v3/classes.rb', line 1671

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#thresholdString

Good service is defined to be the count of requests made to this service that return in no more than threshold. Corresponds to the JSON property threshold

Returns:

  • (String)


1669
1670
1671
# File 'generated/google/apis/monitoring_v3/classes.rb', line 1669

def threshold
  @threshold
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1676
1677
1678
# File 'generated/google/apis/monitoring_v3/classes.rb', line 1676

def update!(**args)
  @threshold = args[:threshold] if args.key?(:threshold)
end