AlloyDB v1beta API - Class ContinuousBackupSource (1.0.0-beta05)

public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class ContinuousBackupSource.

Message describing a ContinuousBackupSource.

Inheritance

object > ContinuousBackupSource

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

ContinuousBackupSource()

public ContinuousBackupSource()

ContinuousBackupSource(ContinuousBackupSource)

public ContinuousBackupSource(ContinuousBackupSource other)
Parameter
NameDescription
otherContinuousBackupSource

Properties

Cluster

public string Cluster { get; set; }

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.

Property Value
TypeDescription
string

PointInTime

public Timestamp PointInTime { get; set; }

Required. The point in time to restore to.

Property Value
TypeDescription
Timestamp