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 latest version of the `OSPolicyAssignment.Types.Rollout` is 2.4.0, with a history of versions ranging back to 1.3.0 for managing OS policy assignments."],["`Rollout` is a class used to configure the zonal rollout of OS policy assignments, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Rollout` class includes properties such as `DisruptionBudget`, which defines the maximum number or percentage of VMs to disrupt per zone, and `MinWaitDuration`, which specifies the minimum wait time after configuration changes."],["Constructors are provided for creating `Rollout` objects, either as a default or by copying an existing `OSPolicyAssignment.Types.Rollout` instance."],["The class inherits from `Object` and is part of the `Google.Cloud.OsConfig.V1` namespace, found in the `Google.Cloud.OsConfig.V1.dll` assembly."]]],[]]