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.



22502
22503
22504
22505
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22502

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.



22502
22503
22504
22505
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22502

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