Class: Google::Cloud::AlloyDB::V1alpha::ContinuousBackupInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

ContinuousBackupInfo describes the continuous backup properties of a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_restorable_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The earliest restorable time that can be restored to. Output only field.

Returns:



289
290
291
292
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289

class ContinuousBackupInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#enabled_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.



289
290
291
292
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289

class ContinuousBackupInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#encryption_info::Google::Cloud::AlloyDB::V1alpha::EncryptionInfo (readonly)

Returns Output only. The encryption information for the WALs and backups required for ContinuousBackup.

Returns:



289
290
291
292
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289

class ContinuousBackupInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schedule::Array<::Google::Type::DayOfWeek> (readonly)

Returns Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.

Returns:

  • (::Array<::Google::Type::DayOfWeek>)

    Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.



289
290
291
292
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 289

class ContinuousBackupInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end