Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::ContinuousBackupSource.
Message describing a ContinuousBackupSource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::String
    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.
#cluster=
def cluster=(value) -> ::String
    Parameter
    
  - value (::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.
    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.
#point_in_time
def point_in_time() -> ::Google::Protobuf::Timestamp
    Returns
    
  - (::Google::Protobuf::Timestamp) — Required. The point in time to restore to.
#point_in_time=
def point_in_time=(value) -> ::Google::Protobuf::Timestamp
    Parameter
    
  - value (::Google::Protobuf::Timestamp) — Required. The point in time to restore to.
    Returns
    
- (::Google::Protobuf::Timestamp) — Required. The point in time to restore to.