AlloyDB V1 API - Class Google::Cloud::AlloyDB::V1::ContinuousBackupSource (v0.9.0)

Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::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

#point_in_time=

def point_in_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns