ProtocolCustomSettingsFormatResponse

data class ProtocolCustomSettingsFormatResponse(val protocol: String? = null, val sourceRateOverride: String? = null, val triggerRateOverride: String? = null, val triggerSensitivityOverride: String? = null)

DDoS custom policy properties.

Constructors

Link copied to clipboard
constructor(protocol: String? = null, sourceRateOverride: String? = null, triggerRateOverride: String? = null, triggerSensitivityOverride: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val protocol: String? = null

The protocol for which the DDoS protection policy is being customized.

Link copied to clipboard

The customized DDoS protection source rate.

Link copied to clipboard

The customized DDoS protection trigger rate.

Link copied to clipboard

The customized DDoS protection trigger rate sensitivity degrees. High: Trigger rate set with most sensitivity w.r.t. normal traffic. Default: Trigger rate set with moderate sensitivity w.r.t. normal traffic. Low: Trigger rate set with less sensitivity w.r.t. normal traffic. Relaxed: Trigger rate set with least sensitivity w.r.t. normal traffic.