Patch Deployment Rollout Disruption Budget Args
data class PatchDeploymentRolloutDisruptionBudgetArgs(val fixed: Output<Int>? = null, val percentage: Output<Int>? = null) : ConvertibleToJava<PatchDeploymentRolloutDisruptionBudgetArgs>
Constructors
Link copied to clipboard
fun PatchDeploymentRolloutDisruptionBudgetArgs(fixed: Output<Int>? = null, percentage: Output<Int>? = null)