Class: Google::Cloud::SecurityCenter::V1::Requests

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#long_term_allowed::Integer

Returns Allowed RPS (requests per second) over the long term.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Float)

    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

#short_term_allowed::Integer

Returns Allowed RPS (requests per second) in the short term.

Returns:

  • (::Integer)

    Allowed RPS (requests per second) in the short 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