Class: Google::Cloud::SecurityCenter::V2::Attack
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::Attack
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/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
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#volume_bps_long ⇒ ::Integer
Total BPS (bytes per second) volume of attack.
-
#volume_pps ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#volume_pps_long ⇒ ::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'.
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/cloud_armor.rb', line 131 class Attack include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_bps ⇒ ::Integer
This field is deprecated and may be removed in the next major version update.
Returns Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/cloud_armor.rb', line 131 class Attack include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_bps_long ⇒ ::Integer
Returns Total BPS (bytes per second) volume of attack.
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/cloud_armor.rb', line 131 class Attack include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume_pps ⇒ ::Integer
This field is deprecated and may be removed in the next major version update.
Returns Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
131 132 133 134 |
# File 'proto_docs/google/cloud/securitycenter/v2/cloud_armor.rb', line 131 class Attack include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |