public sealed class Cluster.Types.ManagedBackupSource : IMessage<Cluster.Types.ManagedBackupSource>, IEquatable<Cluster.Types.ManagedBackupSource>, IDeepCloneable<Cluster.Types.ManagedBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class Cluster.Types.ManagedBackupSource.
Backups that generated and managed by memorystore.
Optional. 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/{backup_id}
In this case, it assumes the backup is under redis.googleapis.com.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `Cluster.Types.ManagedBackupSource` class in the Google Cloud Memorystore for Redis (cluster management) v1 API."],["`ManagedBackupSource` represents backups generated and managed by Memorystore and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ManagedBackupSource` class can be constructed using a default constructor or by providing another instance of `ManagedBackupSource`."],["The class includes a `Backup` property, which is a string that represents the name of the backup resource, allowing both full and shortened versions of the backup name format."],["The documentation also includes the available versions, with `1.4.0` being the latest."]]],[]]