getRestore

Retrieves the details of a single Restore.

Return

null

Parameters

argument

null


suspend fun getRestore(location: String, project: String? = null, restoreId: String, restorePlanId: String): GetRestoreResult

Return

null

Parameters

location
project
restoreId
restorePlanId

See also


suspend fun getRestore(argument: suspend GetRestorePlainArgsBuilder.() -> Unit): GetRestoreResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.gkebackup.v1.kotlin.inputs.GetRestorePlainArgs.

See also