OsPolicyAssignmentRolloutDisruptionBudgetArgs

data class OsPolicyAssignmentRolloutDisruptionBudgetArgs(val fixed: Output<Int>? = null, val percent: Output<Int>? = null) : ConvertibleToJava<OsPolicyAssignmentRolloutDisruptionBudgetArgs>

Constructors

constructor(fixed: Output<Int>? = null, percent: Output<Int>? = null)

Properties

Link copied to clipboard
val fixed: Output<Int>? = null

Specifies a fixed value.

Link copied to clipboard
val percent: Output<Int>? = null

Specifies the relative value defined as a percentage, which will be multiplied by a reference value.

Functions

Link copied to clipboard
open override fun toJava(): OsPolicyAssignmentRolloutDisruptionBudgetArgs