ServiceLevelObjectiveRequestBasedSliArgs

data class ServiceLevelObjectiveRequestBasedSliArgs(val comparisonOperator: Output<ServiceLevelObjectiveRequestBasedSliComparisonOperator>? = null, val metricThreshold: Output<Double>? = null, val requestBasedSliMetric: Output<ServiceLevelObjectiveRequestBasedSliMetricArgs>) : ConvertibleToJava<ServiceLevelObjectiveRequestBasedSliArgs>

This structure contains information about the performance metric that a request-based SLO monitors.

Constructors

Link copied to clipboard
constructor(comparisonOperator: Output<ServiceLevelObjectiveRequestBasedSliComparisonOperator>? = null, metricThreshold: Output<Double>? = null, requestBasedSliMetric: Output<ServiceLevelObjectiveRequestBasedSliMetricArgs>)

Properties

Link copied to clipboard

The arithmetic operation used when comparing the specified metric to the threshold.

Link copied to clipboard
val metricThreshold: Output<Double>? = null

The value that the SLI metric is compared to.

Link copied to clipboard

A structure that contains information about the metric that the SLO monitors.

Functions

Link copied to clipboard
open override fun toJava(): ServiceLevelObjectiveRequestBasedSliArgs