SloBasicSliLatencyArgs

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

Constructors

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

Functions

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

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.