public sealed class OSPolicyAssignment.Types.Rollout : IMessage<OSPolicyAssignment.Types.Rollout>, IEquatable<OSPolicyAssignment.Types.Rollout>, IDeepCloneable<OSPolicyAssignment.Types.Rollout>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class OSPolicyAssignment.Types.Rollout.
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 webpage provides documentation for the `OSPolicyAssignment.Types.Rollout` class within the Google Cloud OS Config v1 API, which is used to manage zonal rollout configurations for OS policy assignments."],["This class, `OSPolicyAssignment.Types.Rollout`, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists multiple versions of the API, ranging from 1.3.0 to the latest 2.4.0."],["The `OSPolicyAssignment.Types.Rollout` class has two constructors, `Rollout()` and `Rollout(OSPolicyAssignment.Types.Rollout other)` for the creation of objects."],["Key properties of the Rollout class include `DisruptionBudget`, which defines the maximum number or percentage of VMs per zone to be disrupted, and `MinWaitDuration`, specifying the minimum wait time after configuration changes are applied."]]],[]]