SloBasicSliLatencyArgs

data class SloBasicSliLatencyArgs(val threshold: Output<String>) : ConvertibleToJava<SloBasicSliLatencyArgs>

Constructors

Link copied to clipboard
constructor(threshold: Output<String>)

Properties

Link copied to clipboard
val threshold: Output<String>

A duration string, e.g. 10s. Good service is defined to be the count of requests made to this service that return in no more than threshold.

Functions

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