Class: Google::Cloud::AlloyDB::V1alpha::ContinuousBackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::ContinuousBackupSource
- 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
-
#cluster ⇒ ::String
Required.
-
#point_in_time ⇒ ::Google::Protobuf::Timestamp
Required.
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.
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.
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 |