Interface OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig

    • Method Detail

      • getAllowedSuccessCodes

        @Stability(Stable)
        @Nullable
        default List<Number> getAllowedSuccessCodes()
        Defaults to [0]. A list of possible return values that the execution can return to indicate a success.

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

      • getInterpreter

        @Stability(Stable)
        @Nullable
        default String getInterpreter()
        The script interpreter to use to run the script.

        If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines. Possible values: ["SHELL", "POWERSHELL"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#interpreter OsConfigPatchDeployment#interpreter}

      • getLocalPath

        @Stability(Stable)
        @Nullable
        default String getLocalPath()
        An absolute path to the executable on the VM.

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