Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Attack.
Information about DDoS attack volume and classification.
Generated from protobuf message google.cloud.securitycenter.v2.Attack
Namespace
Google \ Cloud \ SecurityCenter \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ volume_pps_long
int|string
Total PPS (packets per second) volume of attack.
↳ volume_bps_long
int|string
Total BPS (bytes per second) volume of attack.
↳ classification
string
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.
getVolumePpsLong
Total PPS (packets per second) volume of attack.
int|string
setVolumePpsLong
Total PPS (packets per second) volume of attack.
var
int|string
$this
getVolumeBpsLong
Total BPS (bytes per second) volume of attack.
int|string
setVolumeBpsLong
Total BPS (bytes per second) volume of attack.
var
int|string
$this
getClassification
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
string
setClassification
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
var
string
$this
getVolumePps
Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
int
setVolumePps
Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
var
int
$this
getVolumeBps
Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
int
setVolumeBps
Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
var
int
$this