View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Attack (google_api_security_center v0.31.0)

Information about DDoS attack volume and classification.

Attributes

  • classification (type: String.t, default: nil) - Type of attack, for example, 'SYN-flood', 'NTP-udp', or 'CHARGEN-udp'.
  • volumeBps (type: integer(), default: nil) - Total BPS (bytes per second) volume of attack.
  • volumePps (type: integer(), default: nil) - Total PPS (packets per second) volume of attack.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Attack{
  classification: String.t() | nil,
  volumeBps: integer() | nil,
  volumePps: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.