Class OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
An implementation forOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
-
-
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.OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder, OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.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].OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectgetGcsObject()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(OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig.Builder.
-
-
Method Detail
-
getAllowedSuccessCodes
public final List<Number> getAllowedSuccessCodes()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigDefaults 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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
-
getGcsObject
public final OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject getGcsObject()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfiggcs_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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
-
getInterpreter
public final String getInterpreter()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigThe 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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
-
getLocalPath
public final String getLocalPath()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigAn 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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-