public sealed class BackupPlan.Types.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.
Defines scheduling parameters for automatically creating Backups
via this BackupPlan.
A standard cron string that defines a
repeating schedule for creating Backups via this BackupPlan. If this is
defined, then
[backup_retain_days][google.cloud.gkebackup.v1.BackupPlan.RetentionPolicy.backup_retain_days]
must also be defined.
Default (empty): no automatic backup creation will occur.
[[["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 documentation covers the `BackupPlan.Types.Schedule` class within the Google Cloud GKE Backup v1 API, specifically version 2.2.0."],["The `BackupPlan.Types.Schedule` class defines the parameters for scheduling automatic backups, providing functionality for setting up recurring backup creation."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for various operations and data handling."],["The `CronSchedule` property, a string value, allows users to define a cron schedule for automatic backups and the `Paused` property, a boolean, is used to pause automatic backups, which defaults to `false`."],["Multiple versions of this component are listed, ranging from 1.0.0-beta01 to the latest 2.6.0, with links provided to access each specific version's documentation."]]],[]]