Class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
An implementation forOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder, OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<Number>getAllowedSuccessCodes()Defaults to [0].OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectgetGcsObject()gcs_object block.StringgetInterpreter()The script interpreter to use to run the script.StringgetLocalPath()An absolute path to the executable on the VM.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig.Builder.
-
-
Method Detail
-
getAllowedSuccessCodes
public final List<Number> getAllowedSuccessCodes()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigDefaults 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}
- Specified by:
getAllowedSuccessCodesin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
-
getGcsObject
public final OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject getGcsObject()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfiggcs_object block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#gcs_object OsConfigPatchDeployment#gcs_object}
- Specified by:
getGcsObjectin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
-
getInterpreter
public final String getInterpreter()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigThe 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}
- Specified by:
getInterpreterin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
-
getLocalPath
public final String getLocalPath()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigAn 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}
- Specified by:
getLocalPathin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-