GoogleApi.SecurityCenter.V1.Model.Attack (google_api_security_center v0.39.0)

View Source

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. Deprecated - refer to volume_bps_long instead.
  • volumeBpsLong (type: String.t, default: nil) - Total BPS (bytes per second) volume of attack.
  • volumePps (type: integer(), default: nil) - Total PPS (packets per second) volume of attack. Deprecated - refer to volume_pps_long instead.
  • volumePpsLong (type: String.t, default: nil) - Total PPS (packets per second) volume of attack.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.