public sealed class ResourcePolicyWeeklyCycle : IMessage<ResourcePolicyWeeklyCycle>, IEquatable<ResourcePolicyWeeklyCycle>, IDeepCloneable<ResourcePolicyWeeklyCycle>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ResourcePolicyWeeklyCycle.
[[["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."],[[["The `ResourcePolicyWeeklyCycle` class in the Compute Engine v1 API defines time windows for weekly operations, allowing up to seven intervals for each day of the week."],["The latest version of this resource available is 3.6.0, with a wide range of versions going as far back as 1.0.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all from the Google Protobuf library, and inherits members from the `Object` class."],["The `DayOfWeeks` property, a `RepeatedField`, is used to define the time intervals for each day, of type `ResourcePolicyWeeklyCycleDayOfWeek`."],["The `ResourcePolicyWeeklyCycle` class has a parameterless constructor and a constructor that takes another instance of `ResourcePolicyWeeklyCycle` as a parameter."]]],[]]