SecurityProfileMetricValue

data class SecurityProfileMetricValue(val cidrs: List<String>? = null, val count: String? = null, val number: Double? = null, val numbers: List<Double>? = null, val ports: List<Int>? = null, val strings: List<String>? = null)

The value to be compared with the metric.

Constructors

Link copied to clipboard
constructor(cidrs: List<String>? = null, count: String? = null, number: Double? = null, numbers: List<Double>? = null, ports: List<Int>? = null, strings: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidrs: List<String>? = null

If the ComparisonOperator calls for a set of CIDRs, use this to specify that set to be compared with the metric.

Link copied to clipboard
val count: String? = null

If the ComparisonOperator calls for a numeric value, use this to specify that (integer) numeric value to be compared with the metric.

Link copied to clipboard
val number: Double? = null

The numeral value of a metric.

Link copied to clipboard
val numbers: List<Double>? = null

The numeral values of a metric.

Link copied to clipboard
val ports: List<Int>? = null

If the ComparisonOperator calls for a set of ports, use this to specify that set to be compared with the metric.

Link copied to clipboard
val strings: List<String>? = null

The string values of a metric.