public sealed class Schedule : IMessage<BackupPlan.Types.Schedule>, IEquatable<BackupPlan.Types.Schedule>, IDeepCloneable<BackupPlan.Types.Schedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class BackupPlan.Types.Schedule.
Schedule defines scheduling parameters for automatically creating Backups
via this BackupPlan.
[[["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-04-09 UTC."],[[["The `BackupPlan.Types.Schedule` class, part of the Google Cloud GKE Backup v1 API, defines scheduling parameters for automated backup creation."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It offers two constructors: a default `Schedule()` and one that takes another `BackupPlan.Types.Schedule` object as a parameter for copying."],["Key properties include `CronSchedule`, a string to set a repeating schedule using cron format, and `Paused`, a boolean flag to pause automatic backup creation."],["The provided documentation also offers several previous versions of the documentation for the class, including a beta version, and ranges from version 2.0.0 up to 2.6.0."]]],[]]