Class: Google::Cloud::SecurityCenter::V1::Requests
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Requests
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb
Overview
Information about the requests relevant to the finding.
Instance Attribute Summary collapse
-
#long_term_allowed ⇒ ::Integer
Allowed RPS (requests per second) over the long term.
-
#long_term_denied ⇒ ::Integer
Denied RPS (requests per second) over the long term.
-
#ratio ⇒ ::Float
For 'Increasing deny ratio', the ratio is the denied traffic divided by the allowed traffic.
-
#short_term_allowed ⇒ ::Integer
Allowed RPS (requests per second) in the short term.
Instance Attribute Details
#long_term_allowed ⇒ ::Integer
Returns Allowed RPS (requests per second) over the long term.
92 93 94 95 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 92 class Requests include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#long_term_denied ⇒ ::Integer
Returns Denied RPS (requests per second) over the long term.
92 93 94 95 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 92 class Requests include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ratio ⇒ ::Float
Returns For 'Increasing deny ratio', the ratio is the denied traffic divided by the allowed traffic. For 'Allowed traffic spike', the ratio is the allowed traffic in the short term divided by allowed traffic in the long term.
92 93 94 95 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 92 class Requests include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |