public sealed class AutomatedBackupConfig.Types.FixedFrequencySchedule : IMessage<AutomatedBackupConfig.Types.FixedFrequencySchedule>, IEquatable<AutomatedBackupConfig.Types.FixedFrequencySchedule>, IDeepCloneable<AutomatedBackupConfig.Types.FixedFrequencySchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class AutomatedBackupConfig.Types.FixedFrequencySchedule.
This schedule allows the backup to be triggered at a fixed frequency
(currently only daily is supported).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `AutomatedBackupConfig.Types.FixedFrequencySchedule` class within the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `FixedFrequencySchedule` class allows for automated backups to be triggered at a set frequency, currently supporting only daily backups."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FixedFrequencySchedule` class includes a `StartTime` property which is required to be set and represents the UTC start time of each automated backup, and must start at the beginning of an hour."]]],[]]