AttackVolume

Information about the volume of attacks during the time period, included in an AttackStatisticsDataItem. If the accompanying AttackCount in the statistics object is zero, this setting might be empty.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A statistics object that uses bits per second as the unit. This is included for network level attacks.

Link copied to clipboard

A statistics object that uses packets per second as the unit. This is included for network level attacks.

Link copied to clipboard

A statistics object that uses requests per second as the unit. This is included for application level attacks, and is only available for accounts that are subscribed to Shield Advanced.

Functions

Link copied to clipboard
inline fun copy(block: AttackVolume.Builder.() -> Unit = {}): AttackVolume
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String