GetDatabaseInstanceRestoreBackupContext

data class GetDatabaseInstanceRestoreBackupContext(val backupRunId: Int, val instanceId: String, val project: String)

Constructors

Link copied to clipboard
constructor(backupRunId: Int, instanceId: String, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the backup run to restore from.

Link copied to clipboard

The ID of the instance that the backup was taken from.

Link copied to clipboard

The ID of the project in which the resource belongs.