Google Cloud Memorystore for Redis V1 API - Class Google::Cloud::Redis::Cluster::V1::AutomatedBackupConfig::FixedFrequencySchedule (v0.6.0)

Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::Cluster::V1::AutomatedBackupConfig::FixedFrequencySchedule.

This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#start_time

def start_time() -> ::Google::Type::TimeOfDay
Returns
  • (::Google::Type::TimeOfDay) — Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.

#start_time=

def start_time=(value) -> ::Google::Type::TimeOfDay
Parameter
  • value (::Google::Type::TimeOfDay) — Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.
Returns
  • (::Google::Type::TimeOfDay) — Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.