Memorystore V1 API - Class Google::Cloud::Memorystore::V1::PersistenceConfig::RDBConfig (v0.1.0)

Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::PersistenceConfig::RDBConfig.

Configuration for RDB based persistence.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#rdb_snapshot_period

def rdb_snapshot_period() -> ::Google::Cloud::Memorystore::V1::PersistenceConfig::RDBConfig::SnapshotPeriod
Returns

#rdb_snapshot_period=

def rdb_snapshot_period=(value) -> ::Google::Cloud::Memorystore::V1::PersistenceConfig::RDBConfig::SnapshotPeriod
Parameter
Returns

#rdb_snapshot_start_time

def rdb_snapshot_start_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.

#rdb_snapshot_start_time=

def rdb_snapshot_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.
Returns
  • (::Google::Protobuf::Timestamp) — Optional. Time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used.