Class: Google::Cloud::Compute::V1::SecurityPolicyRuleRateLimitOptionsThreshold

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#count ⇒ ::Integer

Returns Number of HTTP(S) requests for calculating the threshold.

Returns:

  • (::Integer) —

    Number of HTTP(S) requests for calculating the threshold.



73859
73860
73861
73862
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 73859

class SecurityPolicyRuleRateLimitOptionsThreshold
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#interval_sec ⇒ ::Integer

Returns Interval over which the threshold is computed.

Returns:

  • (::Integer) —

    Interval over which the threshold is computed.



73859
73860
73861
73862
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 73859

class SecurityPolicyRuleRateLimitOptionsThreshold
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end