Database Center v1beta API - Class BackupRunInfo (1.0.0-beta03)

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

Reference documentation and code samples for the Database Center v1beta API class BackupRunInfo.

Metadata about latest backup run state for a database resource.

Inheritance

object > BackupRunInfo

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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