V2PolicyOrchestratorForFolderOrchestratedResourceOsPolicyAssignmentV1PayloadRolloutDisruptionBudgetArgs

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

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(): V2PolicyOrchestratorForFolderOrchestratedResourceOsPolicyAssignmentV1PayloadRolloutDisruptionBudgetArgs