Class: Google::Cloud::BackupDR::V1::BackupApplianceBackupProperties
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::BackupApplianceBackupProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_ba.rb
Overview
BackupApplianceBackupProperties represents BackupDR backup appliance's properties.
Instance Attribute Summary collapse
-
#finalize_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#generation_id ⇒ ::Integer
readonly
Output only.
-
#recovery_range_end_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#recovery_range_start_time ⇒ ::Google::Protobuf::Timestamp
Optional.
Instance Attribute Details
#finalize_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when this backup object was finalized (if none, backup is not finalized).
40 41 42 43 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_ba.rb', line 40 class BackupApplianceBackupProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generation_id ⇒ ::Integer (readonly)
Returns Output only. The numeric generation ID of the backup (monotonically increasing).
40 41 42 43 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_ba.rb', line 40 class BackupApplianceBackupProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recovery_range_end_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The latest timestamp of data available in this Backup.
40 41 42 43 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_ba.rb', line 40 class BackupApplianceBackupProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recovery_range_start_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The earliest timestamp of data available in this Backup.
40 41 42 43 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_ba.rb', line 40 class BackupApplianceBackupProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |