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
[Obsolete]
public int VolumeBps { get; set; }
Total BPS (bytes per second) volume of attack. Deprecated - refer to volume_bps_long instead.
Property Value | |
---|---|
Type | Description |
int |
VolumeBpsLong
public long VolumeBpsLong { get; set; }
Total BPS (bytes per second) volume of attack.
Property Value | |
---|---|
Type | Description |
long |
VolumePps
[Obsolete]
public int VolumePps { get; set; }
Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
Property Value | |
---|---|
Type | Description |
int |
VolumePpsLong
public long VolumePpsLong { get; set; }
Total PPS (packets per second) volume of attack.
Property Value | |
---|---|
Type | Description |
long |