Attack(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Information about DDoS attack volume and classification.
Attributes |
|
---|---|
Name | Description |
volume_pps_long |
int
Total PPS (packets per second) volume of attack. |
volume_bps_long |
int
Total BPS (bytes per second) volume of attack. |
classification |
str
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'. |
volume_pps |
int
Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead. |
volume_bps |
int
Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead. |