SummarizedCounter

The counter that describes a DDoS attack.

Types

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

Properties

Link copied to clipboard

The average value of the counter for a specified time period.

Link copied to clipboard
val max: Double

The maximum value of the counter for a specified time period.

Link copied to clipboard
val n: Int

The number of counters for a specified time period.

Link copied to clipboard
val name: String?

The counter name.

Link copied to clipboard
val sum: Double

The total of counter values for a specified time period.

Link copied to clipboard
val unit: String?

The unit of the counters.

Functions

Link copied to clipboard
inline fun copy(block: SummarizedCounter.Builder.() -> Unit = {}): SummarizedCounter
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