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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ volume_pps |
int
Total PPS (packets per second) volume of attack. |
↳ volume_bps |
int
Total BPS (bytes per second) volume of attack. |
↳ classification |
string
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'. |
getVolumePps
Total PPS (packets per second) volume of attack.
Returns | |
---|---|
Type | Description |
int |
setVolumePps
Total PPS (packets per second) volume of attack.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getVolumeBps
Total BPS (bytes per second) volume of attack.
Returns | |
---|---|
Type | Description |
int |
setVolumeBps
Total BPS (bytes per second) volume of attack.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getClassification
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
Returns | |
---|---|
Type | Description |
string |
setClassification
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |