GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentRollout (google_api_os_config v0.16.0) View Source
Message 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentRollout{
disruptionBudget: GoogleApi.OSConfig.V1.Model.FixedOrPercent.t() | nil,
minWaitDuration: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.