Class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
An implementation forOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
-
-
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.OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder, OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.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)StringgetBucket()Bucket of the Cloud Storage object.StringgetGenerationNumber()Generation number of the Cloud Storage object.StringgetObject()Name of the Cloud Storage object.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(OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectBucket of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#bucket OsConfigPatchDeployment#bucket}
- Specified by:
getBucketin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
-
getGenerationNumber
public final String getGenerationNumber()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectGeneration number of the Cloud Storage object.This is used to ensure that the ExecStep specified by this PatchJob does not change. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#generation_number OsConfigPatchDeployment#generation_number}
- Specified by:
getGenerationNumberin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
-
getObject
public final String getObject()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectName of the Cloud Storage object.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#object OsConfigPatchDeployment#object}
- Specified by:
getObjectin interfaceOsConfigPatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObject
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-