public sealed class ResourcePolicySnapshotSchedulePolicySchedule : IMessage<ResourcePolicySnapshotSchedulePolicySchedule>, IEquatable<ResourcePolicySnapshotSchedulePolicySchedule>, IDeepCloneable<ResourcePolicySnapshotSchedulePolicySchedule>, IBufferMessage, IMessage
A schedule for disks where the schedueled operations are performed.
[[["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 webpage provides documentation for the `ResourcePolicySnapshotSchedulePolicySchedule` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The `ResourcePolicySnapshotSchedulePolicySchedule` class is designed to define a schedule for performing operations on disks, such as snapshots."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it is part of a larger messaging framework."],["The class has properties to set daily, hourly, or weekly schedules, using `ResourcePolicyDailyCycle`, `ResourcePolicyHourlyCycle`, and `ResourcePolicyWeeklyCycle` respectively, allowing for flexible configuration of disk operations."],["The page lists documentation links for various versions of this class, from version 1.0.0 up to 3.6.0 (latest), allowing users to find documentation relevant to their specific project versions."]]],[]]