Class: Google::Cloud::BackupDR::V1::DataSourceBackupConfigInfo
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::DataSourceBackupConfigInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/datasourcereference.rb
Overview
Information of backup configuration on the DataSource.
Instance Attribute Summary collapse
-
#last_backup_state ⇒ ::Google::Cloud::BackupDR::V1::BackupConfigInfo::LastBackupState
readonly
Output only.
-
#last_successful_backup_consistency_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#last_backup_state ⇒ ::Google::Cloud::BackupDR::V1::BackupConfigInfo::LastBackupState (readonly)
Returns Output only. The status of the last backup in this DataSource.
66 67 68 69 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 66 class DataSourceBackupConfigInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_successful_backup_consistency_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp of the last successful backup to this DataSource.
66 67 68 69 |
# File 'proto_docs/google/cloud/backupdr/v1/datasourcereference.rb', line 66 class DataSourceBackupConfigInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |