public sealed class Attack : IMessage<Attack>, IEquatable<Attack>, IDeepCloneable<Attack>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Attack.
Information about DDoS attack volume and classification.
Namespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
Attack()
public Attack()
Attack(Attack)
public Attack(Attack other)
Parameter | |
---|---|
Name | Description |
other |
Attack |
Properties
Classification
public string Classification { get; set; }
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
Property Value | |
---|---|
Type | Description |
string |
VolumeBps
public int VolumeBps { get; set; }
Total BPS (bytes per second) volume of attack.
Property Value | |
---|---|
Type | Description |
int |
VolumePps
public int VolumePps { get; set; }
Total PPS (packets per second) volume of attack.
Property Value | |
---|---|
Type | Description |
int |