getRuntime

Gets details of a single Runtime. The location must be a regional endpoint rather than zonal.

Return

null

Parameters

argument

null


suspend fun getRuntime(location: String, project: String? = null, runtimeId: String): GetRuntimeResult

Return

null

Parameters

location
project
runtimeId

See also


suspend fun getRuntime(argument: suspend GetRuntimePlainArgsBuilder.() -> Unit): GetRuntimeResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.notebooks.v1.kotlin.inputs.GetRuntimePlainArgs.

See also