Class: Google::Cloud::SecurityCenter::V2::Attack

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

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'.



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

Deprecated.

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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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

Deprecated.

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.

Returns:

  • (::Integer)

    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

#volume_pps_long::Integer

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

Returns:

  • (::Integer)

    Total PPS (packets 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