Class GoogleCloudSecuritycenterV2Attack
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 GoogleCloudSecuritycenterV2Attack : 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. Deprecated - refer to volume_bps_long instead.
Declaration
[JsonProperty("volumeBps")]
public virtual int? VolumeBps { get; set; }
Property Value
Type | Description |
---|---|
int? |
VolumeBpsLong
Total BPS (bytes per second) volume of attack.
Declaration
[JsonProperty("volumeBpsLong")]
public virtual long? VolumeBpsLong { get; set; }
Property Value
Type | Description |
---|---|
long? |
VolumePps
Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
Declaration
[JsonProperty("volumePps")]
public virtual int? VolumePps { get; set; }
Property Value
Type | Description |
---|---|
int? |
VolumePpsLong
Total PPS (packets per second) volume of attack.
Declaration
[JsonProperty("volumePpsLong")]
public virtual long? VolumePpsLong { get; set; }
Property Value
Type | Description |
---|---|
long? |