public sealed class OneTimeSchedule : IMessage<OneTimeSchedule>, IEquatable<OneTimeSchedule>, IDeepCloneable<OneTimeSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class OneTimeSchedule.
Sets the time for a one time patch deployment. Timestamp is in
RFC3339 text format.
[[["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-04-17 UTC."],[[["The latest version available for the `OneTimeSchedule` class is 2.4.0, as part of the Google Cloud OS Config v1 API."],["`OneTimeSchedule` is a class that allows users to set a specific time for a one-time patch deployment, following the RFC3339 timestamp format."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message processing."],["The `OneTimeSchedule` class has a property `ExecuteTime` of type `Timestamp` that is required and designates when the patch job execution will take place."],["The `OneTimeSchedule` class has a constructor `OneTimeSchedule` that accepts another `OneTimeSchedule` as a parameter."]]],[]]