SloBasicSliArgs

data class SloBasicSliArgs(val availability: Output<SloBasicSliAvailabilityArgs>? = null, val latency: Output<SloBasicSliLatencyArgs>? = null, val locations: Output<List<String>>? = null, val methods: Output<List<String>>? = null, val versions: Output<List<String>>? = null) : ConvertibleToJava<SloBasicSliArgs>

Constructors

Link copied to clipboard
constructor(availability: Output<SloBasicSliAvailabilityArgs>? = null, latency: Output<SloBasicSliLatencyArgs>? = null, locations: Output<List<String>>? = null, methods: Output<List<String>>? = null, versions: Output<List<String>>? = null)

Properties

Link copied to clipboard

Availability based SLI, dervied from count of requests made to this service that return successfully. Structure is documented below.

Link copied to clipboard
val latency: Output<SloBasicSliLatencyArgs>? = null

Parameters for a latency threshold SLI. Structure is documented below.

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

An optional set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.

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

An optional set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.

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

The set of API versions to which this SLI is relevant. Telemetry from other API versions will not be used to calculate performance for this SLI. If omitted, this SLI applies to all API versions. For service types that don't support breaking down by version, setting this field will result in an error.

Functions

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