Class Attack
Information about DDoS attack volume and classification.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class Attack : IDirectResponseSchema
Properties
Classification
Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
Declaration
[JsonProperty("classification")]
public virtual string Classification { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VolumeBps
Total BPS (bytes per second) volume of attack.
Declaration
[JsonProperty("volumeBps")]
public virtual int? VolumeBps { get; set; }
Property Value
Type | Description |
---|---|
int? |
VolumePps
Total PPS (packets per second) volume of attack.
Declaration
[JsonProperty("volumePps")]
public virtual int? VolumePps { get; set; }
Property Value
Type | Description |
---|---|
int? |