ClusterManagedBackupSource

data class ClusterManagedBackupSource(val backup: String)

Constructors

Link copied to clipboard
constructor(backup: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Example: //redis.googleapis.com/projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup} A shorter version (without the prefix) of the backup name is also supported, like projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backupId}. In this case, it assumes the backup is under redis.googleapis.com.