Class OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
An implementation forOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
-
-
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.OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Builder, OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.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(OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectBucket 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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
-
getGenerationNumber
public final String getGenerationNumber()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectGeneration 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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
-
getObject
public final String getObject()
Description copied from interface:OsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectName 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 interfaceOsConfigPatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObject
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-