GetMagicNetworkMonitoringRulesResult

data class GetMagicNetworkMonitoringRulesResult(val automaticAdvertisement: Boolean, val bandwidthThreshold: Double, val duration: String, val id: String, val name: String, val packetThreshold: Double, val prefixMatch: String, val prefixes: List<String>, val type: String, val zscoreSensitivity: String, val zscoreTarget: String)

Constructors

Link copied to clipboard
constructor(automaticAdvertisement: Boolean, bandwidthThreshold: Double, duration: String, id: String, name: String, packetThreshold: Double, prefixMatch: String, prefixes: List<String>, type: String, zscoreSensitivity: String, zscoreTarget: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Toggle on if you would like Cloudflare to automatically advertise the IP Prefixes within the rule via Magic Transit when the rule is triggered. Only available for users of Magic Transit.

Link copied to clipboard

The number of bits per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum.

Link copied to clipboard

The amount of time that the rule threshold must be exceeded to send an alert notification. The final value must be equivalent to one of the following 8 values "1m","5m","10m","15m","20m","30m","45m","60m". Available values: "1m", "5m", "10m", "15m", "20m", "30m", "45m", "60m".

Link copied to clipboard
val id: String

The id of the rule. Must be unique.

Link copied to clipboard

The name of the rule. Must be unique. Supports characters A-Z, a-z, 0-9, underscore (_), dash (-), period (.), and tilde (~). You can’t have a space in the rule name. Max 256 characters.

Link copied to clipboard

The number of packets per second for the rule. When this value is exceeded for the set duration, an alert notification is sent. Minimum of 1 and no maximum.

Link copied to clipboard
Link copied to clipboard

Prefix match type to be applied for a prefix auto advertisement when using an advanced_ddos rule. Available values: "exact", "subnet", "supernet".

Link copied to clipboard

MNM rule type. Available values: "threshold", "zscore", "advanced_ddos".

Link copied to clipboard

Level of sensitivity set for zscore rules. Available values: "low", "medium", "high".

Link copied to clipboard

Target of the zscore rule analysis. Available values: "bits", "packets".