Class BackupRunInfo (0.2.0)

BackupRunInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata about latest backup run state for a database resource.

Attributes

Name Description
start_time google.protobuf.timestamp_pb2.Timestamp
The time the backup operation started.
end_time google.protobuf.timestamp_pb2.Timestamp
The time the backup operation completed.
state google.cloud.databasecenter_v1beta.types.BackupRunInfo.State
Output only. The state of this run.
error_message str
Additional information about the error encountered.
operation_error_type google.cloud.databasecenter_v1beta.types.OperationErrorType
Optional. OperationErrorType to expose specific error when backup operation of database resource failed, that is state is FAILED.
sub_resource google.cloud.databasecenter_v1beta.types.SubResource
Optional. Sub resource details associated with the backup run.

Classes

State

State(value)

The status of a backup run.