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 v1alpha 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."],[[["This document provides reference documentation and code samples for the `OSPolicyAssignment.Types.Rollout` class within the Google Cloud OS Config v1alpha API, specifically for version 2.0.0-alpha04."],["The `OSPolicyAssignment.Types.Rollout` class is used to configure the zonal-level rollout of OS policy assignments, inheriting from the `object` class and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties like `DisruptionBudget` (specifying the maximum number or percentage of VMs to disrupt) and `MinWaitDuration` (setting the minimum time to wait after configuration changes)."],["The available constructors for the `Rollout` class include a default empty constructor, and one which takes in a `OSPolicyAssignment.Types.Rollout` object."],["The latest version available is 2.0.0-alpha06, and previous versions including 2.0.0-alpha05 and 1.0.0-alpha04, are available for reference."]]],[]]