OsPolicyAssignmentRolloutDisruptionBudgetArgs

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

Constructors

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

Functions

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

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.