AttackProperty

Details of a Shield event. This is provided as part of an AttackDetail.

Types

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

Properties

Link copied to clipboard

The type of Shield event that was observed. NETWORK indicates layer 3 and layer 4 events and APPLICATION indicates layer 7 events.

Link copied to clipboard

Defines the Shield event property information that is provided. The WORDPRESS_PINGBACK_REFLECTOR and WORDPRESS_PINGBACK_SOURCE values are valid only for WordPress reflective pingback events.

Link copied to clipboard

Contributor objects for the top five contributors to a Shield event. A contributor is a source of traffic that Shield Advanced identifies as responsible for some or all of an event.

Link copied to clipboard
val total: Long

The total contributions made to this Shield event by all contributors.

Link copied to clipboard

The unit used for the Contributor``Value property.

Functions

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