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 information for the \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e class within the Google Cloud Composer v1 API, specifically for version 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e class is a configuration for setting up the scheduled creation of snapshots.\u003c/p\u003e\n"],["\u003cp\u003eThis 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 the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers properties to manage snapshot creation, such as enabling/disabling it with the \u003ccode\u003eEnabled\u003c/code\u003e property, setting the execution schedule with \u003ccode\u003eSnapshotCreationSchedule\u003c/code\u003e, defining the storage location with \u003ccode\u003eSnapshotLocation\u003c/code\u003e, and specifying a \u003ccode\u003eTimeZone\u003c/code\u003e for schedule interpretation.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines the available constructors for the \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e class, including a default constructor and one that accepts another \u003ccode\u003eScheduledSnapshotsConfig\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]