GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentRollout (google_api_os_config v0.25.0)
View SourceMessage to configure the rollout at the zonal level for the OS policy assignment.
Attributes
-
disruptionBudget(type:GoogleApi.OSConfig.V1.Model.FixedOrPercent.t, default:nil) - Required. The maximum number (or percentage) of VMs per zone to disrupt at any given moment. -
minWaitDuration(type:String.t, default:nil) - 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 thedisruption_budgetat least until this duration of time has passed after configuration changes are applied.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentRollout{ disruptionBudget: GoogleApi.OSConfig.V1.Model.FixedOrPercent.t() | nil, minWaitDuration: String.t() | nil }