PatchDeploymentRolloutDisruptionBudgetArgs

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

Constructors

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

Properties

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

Specifies a fixed value.

Link copied to clipboard
val percentage: 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(): PatchDeploymentRolloutDisruptionBudgetArgs