public sealed class ResourcePolicySnapshotSchedulePolicySchedule : IMessage<ResourcePolicySnapshotSchedulePolicySchedule>, IEquatable<ResourcePolicySnapshotSchedulePolicySchedule>, IDeepCloneable<ResourcePolicySnapshotSchedulePolicySchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ResourcePolicySnapshotSchedulePolicySchedule.
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-31 UTC."],[[["The documentation is for the `ResourcePolicySnapshotSchedulePolicySchedule` class within the Compute Engine v1 API."],["This class defines a schedule for disk operations, including daily, hourly, and weekly schedules."],["The latest version available is 3.6.0, with the documentation showing information for versions ranging from 1.0.0 to 3.6.0, with all the versions of 2.x.x also listed."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message processing, equality checking, and deep cloning."],["It has properties to configure daily (`DailySchedule`), hourly (`HourlySchedule`), and weekly (`WeeklySchedule`) cycles, each referencing respective cycle classes."]]],[]]