Class ContinuousBackupSource
Message describing a ContinuousBackupSource.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class ContinuousBackupSource : IDirectResponseSchema
Properties
Cluster
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.
Declaration
[JsonProperty("cluster")]
public virtual string Cluster { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PointInTime
object representation of PointInTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PointInTimeDateTimeOffset instead.")]
public virtual object PointInTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
PointInTimeDateTimeOffset
DateTimeOffset representation of PointInTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? PointInTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
PointInTimeRaw
Required. The point in time to restore to.
Declaration
[JsonProperty("pointInTime")]
public virtual string PointInTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |