Class: Google::Cloud::Memorystore::V1::AutomatedBackupConfig::FixedFrequencySchedule
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::AutomatedBackupConfig::FixedFrequencySchedule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
This schedule allows the backup to be triggered at a fixed frequency (currently only daily is supported).
Instance Attribute Summary collapse
-
#start_time ⇒ ::Google::Type::TimeOfDay
Required.
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.
382 383 384 385 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 382 class FixedFrequencySchedule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |