Class: Google::Cloud::AlloyDB::V1alpha::ContinuousBackupSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/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.



318
319
320
321
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 318

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:



318
319
320
321
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 318

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