public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class ContinuousBackupSource.
Message describing a ContinuousBackupSource.
Implements
IMessageContinuousBackupSource, IEquatableContinuousBackupSource, IDeepCloneableContinuousBackupSource, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
ContinuousBackupSource()
public ContinuousBackupSource()
ContinuousBackupSource(ContinuousBackupSource)
public ContinuousBackupSource(ContinuousBackupSource other)
Parameter | |
---|---|
Name | Description |
other |
ContinuousBackupSource |
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 | |
---|---|
Type | Description |
string |
PointInTime
public Timestamp PointInTime { get; set; }
Required. The point in time to restore to.
Property Value | |
---|---|
Type | Description |
Timestamp |