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.4.0."],["The `ScheduledSnapshotsConfig` class is a configuration for setting up the scheduled creation of snapshots."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class offers properties to manage snapshot creation, such as enabling/disabling it with the `Enabled` property, setting the execution schedule with `SnapshotCreationSchedule`, defining the storage location with `SnapshotLocation`, and specifying a `TimeZone` for schedule interpretation."],["The document outlines the available constructors for the `ScheduledSnapshotsConfig` class, including a default constructor and one that accepts another `ScheduledSnapshotsConfig` object as a parameter."]]],[]]