public sealed class BackupRunInfo : IMessage<BackupRunInfo>, IEquatable<BackupRunInfo>, IDeepCloneable<BackupRunInfo>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class BackupRunInfo.
Metadata about latest backup run state for a database resource.
Implements
IMessageBackupRunInfo, IEquatableBackupRunInfo, IDeepCloneableBackupRunInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
BackupRunInfo()
public BackupRunInfo()BackupRunInfo(BackupRunInfo)
public BackupRunInfo(BackupRunInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
BackupRunInfo |
Properties
EndTime
public Timestamp EndTime { get; set; }The time the backup operation completed.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
ErrorMessage
public string ErrorMessage { get; set; }Additional information about the error encountered.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OperationErrorType
public OperationErrorType OperationErrorType { get; set; }Optional. OperationErrorType to expose specific error when backup operation of database resource failed, that is state is FAILED.
| Property Value | |
|---|---|
| Type | Description |
OperationErrorType |
|
StartTime
public Timestamp StartTime { get; set; }The time the backup operation started.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
State
public BackupRunInfo.Types.State State { get; set; }Output only. The state of this run.
| Property Value | |
|---|---|
| Type | Description |
BackupRunInfoTypesState |
|
SubResource
public SubResource SubResource { get; set; }Optional. Sub resource details associated with the backup run.
| Property Value | |
|---|---|
| Type | Description |
SubResource |
|