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.5.0."],["The `ScheduledSnapshotsConfig` class is a configuration for setting up scheduled snapshot creation, allowing you to manage settings such as enabling snapshots, defining the schedule using cron expressions, setting the storage location, and configuring the time zone."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Several properties are available within this class to configure the settings, including `Enabled` to allow scheduled snapshot creation, `SnapshotCreationSchedule` for cron expression, `SnapshotLocation` to declare the Cloud Storage, and `TimeZone` to help interpret the schedule."],["The `ScheduledSnapshotsConfig` class has two constructors: one default constructor, and one that take another `ScheduledSnapshotsConfig` as a parameter."]]],[]]