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-04-17 UTC."],[[["This document provides reference documentation for the `ContinuousBackupSource` class within the Google Cloud AlloyDB v1 API, specifically version 1.2.0, with links to other versions from 1.0.0 to 1.9.0."],["The `ContinuousBackupSource` class is a message type, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, used to describe a continuous backup source."],["The class has two constructors: a default one and one that takes another `ContinuousBackupSource` object as a parameter, allowing for copying."],["The class defines two key properties, `Cluster`, which is a string representing the source cluster for restoration, and `PointInTime`, a timestamp specifying the point in time to restore to."],["The members that the `ContinuousBackupSource` class inherit from `object` are: `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]