Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::Attack.
Information about DDoS attack volume and classification.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#classification
def classification() -> ::String
Returns
- (::String) — Type of attack, for example, ‘SYN-flood’, ‘NTP-udp’, or ‘CHARGEN-udp’.
#classification=
def classification=(value) -> ::String
Parameter
- value (::String) — 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’.
#volume_bps
def volume_bps() -> ::Integer
Returns
- (::Integer) — Total BPS (bytes per second) volume of attack.
#volume_bps=
def volume_bps=(value) -> ::Integer
Parameter
- value (::Integer) — Total BPS (bytes per second) volume of attack.
Returns
- (::Integer) — Total BPS (bytes per second) volume of attack.
#volume_pps
def volume_pps() -> ::Integer
Returns
- (::Integer) — Total PPS (packets per second) volume of attack.
#volume_pps=
def volume_pps=(value) -> ::Integer
Parameter
- value (::Integer) — Total PPS (packets per second) volume of attack.
Returns
- (::Integer) — Total PPS (packets per second) volume of attack.