public sealed class Rollout : IMessage<OSPolicyAssignment.Types.Rollout>, IEquatable<OSPolicyAssignment.Types.Rollout>, IDeepCloneable<OSPolicyAssignment.Types.Rollout>, IBufferMessage, IMessage
Message to configure the rollout at the zonal level for the OS policy
assignment.
Required. This determines the minimum duration of time to wait after the
configuration changes are applied through the current rollout. A
VM continues to count towards the disruption_budget at least
until this duration of time has passed after configuration changes are
applied.
[[["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 content focuses on the `Rollout` class within the `OSPolicyAssignment.Types` namespace for the Google Cloud OS Config V1 library, specifically within version 1.8.0."],["The `Rollout` class is designed to configure the rollout process at the zonal level for OS policy assignments."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `Object`."],["The `Rollout` class has two constructors: a default constructor and one that takes another `OSPolicyAssignment.Types.Rollout` object as a parameter, and also defines two key properties, `DisruptionBudget` and `MinWaitDuration`."],["The information page contains links to multiple versions, with version 2.4.0 being the latest, version 1.8.0 being the one this information focuses on, and the rest ranging between them."]]],[]]