Class: Google::Cloud::AlloyDB::V1beta::ContinuousBackupSource

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

Overview

Message describing a ContinuousBackupSource.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns Required. The source cluster from which to restore. This cluster must have continuous backup enabled for this operation to succeed. For the required format, see the comment on the Cluster.name field.

Returns:

  • (::String)

    Required. The source cluster from which to restore. This cluster must have continuous backup enabled for this operation to succeed. For the required format, see the comment on the Cluster.name field.



327
328
329
330
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 327

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

#point_in_time::Google::Protobuf::Timestamp

Returns Required. The point in time to restore to.

Returns:



327
328
329
330
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 327

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