versions

@JvmName(name = "socolidnqohwxbmt")
suspend fun versions(value: Output<List<String>>)
@JvmName(name = "kyncbrsnwowxducx")
suspend fun versions(value: List<String>?)

Parameters

value

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.


@JvmName(name = "jodsblehhbvfvram")
suspend fun versions(vararg values: Output<String>)


@JvmName(name = "nwxvqhythtntfabg")
suspend fun versions(values: List<Output<String>>)
@JvmName(name = "nkqprgtnmwiwghxc")
suspend fun versions(vararg values: String)

Parameters

values

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.