Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::BackupApplianceBackupProperties.
BackupApplianceBackupProperties represents BackupDR backup appliance's properties.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#finalize_time
def finalize_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when this backup object was finalized (if none, backup is not finalized).
#generation_id
def generation_id() -> ::Integer
Returns
- (::Integer) — Output only. The numeric generation ID of the backup (monotonically increasing).
#recovery_range_end_time
def recovery_range_end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The latest timestamp of data available in this Backup.
#recovery_range_end_time=
def recovery_range_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The latest timestamp of data available in this Backup.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The latest timestamp of data available in this Backup.
#recovery_range_start_time
def recovery_range_start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The earliest timestamp of data available in this Backup.
#recovery_range_start_time=
def recovery_range_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The earliest timestamp of data available in this Backup.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The earliest timestamp of data available in this Backup.