Class: Google::Cloud::SecurityCenter::V1::Attack
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Attack
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb
Overview
Information about DDoS attack volume and classification.
Instance Attribute Summary collapse
-
#classification ⇒ ::String
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
-
#volume_bps ⇒ ::Integer
Total BPS (bytes per second) volume of attack.
-
#volume_pps ⇒ ::Integer
Total PPS (packets per second) volume of attack.
Instance Attribute Details
#classification ⇒ ::String
Returns Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
121 122 123 124 |
# File 'proto_docs/google/cloud/securitycenter/v1/cloud_armor.rb', line 121 class Attack include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |