public sealed class OneTimeSchedule : IMessage<OneTimeSchedule>, IEquatable<OneTimeSchedule>, IDeepCloneable<OneTimeSchedule>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage provides documentation for the `OneTimeSchedule` class within the `Google.Cloud.OsConfig.V1` namespace, detailing its use in scheduling one-time patch deployments."],["The `OneTimeSchedule` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `OneTimeSchedule` class has a single property called `ExecuteTime`, which is a required `Timestamp` that sets the desired execution time for the patch job, using RFC3339 text format."],["The webpage lists different versions of the OneTimeSchedule class, ranging from 1.3.0 up to the latest version of 2.4.0."],["The webpage details the public constructors for the OneTimeSchedule class and their necessary parameters, which include a default constructor, as well as a constructor that accepts another OneTimeSchedule object."]]],[]]