public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class ContinuousBackupSource.
Required. The source cluster from which to restore. This cluster must have
continuous backup enabled for this operation to succeed. For the required
format, see the comment on the Cluster.name field.
[[["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 `ContinuousBackupSource` class within the Google Cloud AlloyDB v1 API, specifically version 1.4.0, and covers the class's properties, constructors, and inherited members."],["The `ContinuousBackupSource` class is used to describe a source for continuous backups in Google Cloud's AlloyDB, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `object` class."],["The `ContinuousBackupSource` class includes two constructors: a default constructor and a copy constructor that accepts another `ContinuousBackupSource` instance as a parameter."],["The key properties of the `ContinuousBackupSource` class are `Cluster`, a string representing the source cluster, and `PointInTime`, a `Timestamp` specifying the exact point in time to restore to."],["There is documentation that refers to various versions of the API, from 1.0.0 to 1.9.0, with 1.9.0 being the most recent."]]],[]]