View Source GoogleApi.OSConfig.V1.Model.OSPolicyAssignmentRollout (google_api_os_config v0.21.0)

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 the disruption_budget at 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.