OSPolicyAssignmentRolloutResponse

data class OSPolicyAssignmentRolloutResponse(val disruptionBudget: FixedOrPercentResponse, val minWaitDuration: String)

Message to configure the rollout at the zonal level for the OS policy assignment.

Constructors

Link copied to clipboard
constructor(disruptionBudget: FixedOrPercentResponse, minWaitDuration: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number (or percentage) of VMs per zone to disrupt at any given moment.

Link copied to clipboard

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.