Google Cloud Memorystore for Redis (cluster management) v1 API - Class Cluster.Types.ManagedBackupSource (1.4.0)

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.

Inheritance

object > Cluster.Types.ManagedBackupSource

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

ManagedBackupSource()

public ManagedBackupSource()

ManagedBackupSource(ManagedBackupSource)

public ManagedBackupSource(Cluster.Types.ManagedBackupSource other)
Parameter
Name Description
other ClusterTypesManagedBackupSource

Properties

Backup

public string Backup { get; set; }

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.

Property Value
Type Description
string