DatabaseInstanceRestoreBackupContext

data class DatabaseInstanceRestoreBackupContext(val backupRunId: Int, val instanceId: String? = null, val project: String? = null)

Constructors

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

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
val instanceId: String? = null

The ID of the instance that the backup was taken from. If left empty, this instance's ID will be used.

Link copied to clipboard
val project: String? = null

The full project ID of the source instance.`