Class: Google::Cloud::BackupDR::V1::BackupApplianceBackupProperties

Inherits:
Object
  • Object
show all
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

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).

Returns:



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).

Returns:

  • (::Integer)

    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.

Returns:



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.

Returns:



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