public sealed class ScheduledSnapshotsConfig : IMessage<ScheduledSnapshotsConfig>, IEquatable<ScheduledSnapshotsConfig>, IDeepCloneable<ScheduledSnapshotsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Composer v1 API class ScheduledSnapshotsConfig.
The configuration for scheduled snapshot creation mechanism.
public string SnapshotCreationSchedule { get; set; }
Optional. The cron expression representing the time when snapshots creation
mechanism runs. This field is subject to additional validation around
frequency of execution.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e class within the Google Cloud Composer v1 API, specifically for version 2.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e class defines the configuration for creating scheduled snapshots, including whether they are enabled and details such as the creation schedule, storage location and timezone.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 2.9.0, and multiple previous versions are available for reference, ranging from 2.8.0 down to 1.0.0, each with its own corresponding \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e, detailing its structure and functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe class has four settable properties: \u003ccode\u003eEnabled\u003c/code\u003e (a boolean to turn snapshots on/off), \u003ccode\u003eSnapshotCreationSchedule\u003c/code\u003e (a string that specifies the cron expression for when snapshots will occur), \u003ccode\u003eSnapshotLocation\u003c/code\u003e (a string that specifies where the snapshots are stored) and \u003ccode\u003eTimeZone\u003c/code\u003e (a string to specify the timezone for the snapshot creation).\u003c/p\u003e\n"]]],[],null,[]]