Package com.pulumi.gcp.osconfig.outputs
Class PatchDeploymentPatchConfigPostStepWindowsExecStepConfig
- java.lang.Object
-
- com.pulumi.gcp.osconfig.outputs.PatchDeploymentPatchConfigPostStepWindowsExecStepConfig
-
public final class PatchDeploymentPatchConfigPostStepWindowsExecStepConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Integer>
allowedSuccessCodes()
static PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
builder()
static PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder
builder(PatchDeploymentPatchConfigPostStepWindowsExecStepConfig defaults)
java.util.Optional<PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject>
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<PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject> 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 PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder builder()
-
builder
public static PatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder builder(PatchDeploymentPatchConfigPostStepWindowsExecStepConfig defaults)
-
-