getNode

suspend fun getNode(argument: GetNodePlainArgs): GetNodeResult

Gets the details of a node.

Return

null

Parameters

argument

null


suspend fun getNode(location: String, nodeId: String, project: String? = null): GetNodeResult

Return

null

See also

Parameters

location
nodeId
project

suspend fun getNode(argument: suspend GetNodePlainArgsBuilder.() -> Unit): GetNodeResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.tpu.v2.kotlin.inputs.GetNodePlainArgs.