Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2Attack

Information about DDoS attack volume and classification.

Inheritance
object
GoogleCloudSecuritycenterV2Attack
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX