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-24 UTC."],[[["The `ResourcePolicyWeeklyCycle` class in the Compute Engine v1 API defines a time window for weekly operations."],["This class is part of the `Google.Cloud.Compute.V1` namespace, specifically in the `Google.Cloud.Compute.V1.dll` assembly."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The class offers two constructors, one default and another that takes an existing `ResourcePolicyWeeklyCycle` object to create a new instance."],["It contains a `DayOfWeeks` property which allows up to 7 intervals, one for each day of the week and is a `RepeatedField` of `ResourcePolicyWeeklyCycleDayOfWeek`."]]],[]]