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