Interface OsConfigPatchDeploymentRolloutDisruptionBudget

    • Method Detail

      • getFixed

        @Stability(Stable)
        @Nullable
        default Number getFixed()
        Specifies a fixed value.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#fixed OsConfigPatchDeployment#fixed}

      • getPercentage

        @Stability(Stable)
        @Nullable
        default Number getPercentage()
        Specifies the relative value defined as a percentage, which will be multiplied by a reference value.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#percentage OsConfigPatchDeployment#percentage}