Class: Google::Cloud::Compute::V1::SecurityPolicyRuleRateLimitOptionsThreshold
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRuleRateLimitOptionsThreshold
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Number of HTTP(S) requests for calculating the threshold.
-
#interval_sec ⇒ ::Integer
Interval over which the threshold is computed.
Instance Attribute Details
#count ⇒ ::Integer
Returns Number of HTTP(S) requests for calculating the threshold.
28963 28964 28965 28966 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28963 class SecurityPolicyRuleRateLimitOptionsThreshold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#interval_sec ⇒ ::Integer
Returns Interval over which the threshold is computed.
28963 28964 28965 28966 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28963 class SecurityPolicyRuleRateLimitOptionsThreshold include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |