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"]],[["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 `ScheduledSnapshotsConfig` class within the Google Cloud Composer v1 API, specifically for version 2.6.0."],["The `ScheduledSnapshotsConfig` class defines the configuration for creating scheduled snapshots, including whether they are enabled and details such as the creation schedule, storage location and timezone."],["The 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 `ScheduledSnapshotsConfig` documentation."],["The `ScheduledSnapshotsConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, detailing its structure and functionality."],["The class has four settable properties: `Enabled` (a boolean to turn snapshots on/off), `SnapshotCreationSchedule` (a string that specifies the cron expression for when snapshots will occur), `SnapshotLocation` (a string that specifies where the snapshots are stored) and `TimeZone` (a string to specify the timezone for the snapshot creation)."]]],[]]