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 information for the `ScheduledSnapshotsConfig` class within the Google Cloud Composer v1 API, specifically for version 2.1.0."],["The `ScheduledSnapshotsConfig` class is part of the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace and is designed to manage the configuration for scheduled snapshot creation."],["Key properties of the `ScheduledSnapshotsConfig` class include `Enabled`, which determines if scheduled snapshots are active, `SnapshotCreationSchedule`, a cron expression defining snapshot timing, `SnapshotLocation`, the storage location, and `TimeZone`, for time interpretation."],["The document also lists all prior versions, from 1.0.0 up to the latest 2.9.0, that include this `ScheduledSnapshotsConfig` class."],["The class inherits functionalities from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for cloning, comparison, and more."]]],[]]