Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigPreStepWindowsExecStepConfig
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigPreStepWindowsExecStepConfig
-
public final class PatchDeploymentPatchConfigPreStepWindowsExecStepConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Integer>
allowedSuccessCodes()
static PatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder
builder()
static PatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder
builder(PatchDeploymentPatchConfigPreStepWindowsExecStepConfig defaults)
java.util.Optional<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject>
gcsObject()
java.util.Optional<java.lang.String>
interpreter()
java.util.Optional<java.lang.String>
localPath()
-
-
-
Method Detail
-
allowedSuccessCodes
public java.util.List<java.lang.Integer> allowedSuccessCodes()
- Returns:
- Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
-
gcsObject
public java.util.Optional<PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject> gcsObject()
- Returns:
- A Cloud Storage object containing the executable. Structure is documented below.
-
interpreter
public java.util.Optional<java.lang.String> interpreter()
- Returns:
- 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 are: `SHELL`, `POWERSHELL`.
-
localPath
public java.util.Optional<java.lang.String> localPath()
- Returns:
- An absolute path to the executable on the VM.
-
builder
public static PatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder builder()
-
builder
public static PatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder builder(PatchDeploymentPatchConfigPreStepWindowsExecStepConfig defaults)
-
-