Class: Google::Cloud::SecurityCenter::V1::Attack

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 DDoS attack volume and classification.

Instance Attribute Summary collapse

Instance Attribute Details

#classification::String

Returns Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.

Returns:

  • (::String)

    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

#volume_bps::Integer

Returns Total BPS (bytes per second) volume of attack.

Returns:

  • (::Integer)

    Total BPS (bytes per second) volume of attack.



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

#volume_pps::Integer

Returns Total PPS (packets per second) volume of attack.

Returns:

  • (::Integer)

    Total PPS (packets per second) volume of attack.



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