Class: Google::Cloud::Redis::Cluster::V1beta1::AutomatedBackupConfig::FixedFrequencySchedule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#start_time::Google::Type::TimeOfDay

Returns 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.



530
531
532
533
# File 'proto_docs/google/cloud/redis/cluster/v1beta1/cloud_redis_cluster.rb', line 530

class FixedFrequencySchedule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end