MetricValue

The value to be compared with the metric.

Types

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

Properties

Link copied to clipboard

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: Long?

If the comparisonOperator calls for a numeric value, use this to specify that numeric value to be compared with the metric.

Link copied to clipboard

The numeral value of a metric.

Link copied to clipboard

The numeral values of a metric.

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

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

The string values of a metric.

Functions

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