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