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 `OneTimeSchedule` class in the Google Cloud OS Config v1 API is used to define a specific time for a one-time patch deployment, using RFC3339 timestamp format."],["Version 2.4.0 is the latest version available, with other historical versions such as 2.3.0, 2.2.0, down to 1.3.0 available for reference."],["The `OneTimeSchedule` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class includes a property called `ExecuteTime` of type `Timestamp`, which is required and specifies when the patch job should be executed."],["The class has two constructors, one default and one that take another `OneTimeSchedule` object as a parameter, which allows it to be copied."]]],[]]