Google Cloud Security Command Center v1 API - Class Attack (3.21.0)

public sealed class Attack : IMessage<Attack>, IEquatable<Attack>, IDeepCloneable<Attack>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Attack.

Information about DDoS attack volume and classification.

Inheritance

object > Attack

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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