Class OsConfigPatchDeploymentRecurringScheduleTimeZone.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleTimeZone.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRecurringScheduleTimeZone,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleTimeZone
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRecurringScheduleTimeZone.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRecurringScheduleTimeZone
An implementation forOsConfigPatchDeploymentRecurringScheduleTimeZone
-
-
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.OsConfigPatchDeploymentRecurringScheduleTimeZone
OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder, OsConfigPatchDeploymentRecurringScheduleTimeZone.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleTimeZone.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)StringgetId()IANA Time Zone Database time zone, e.g.StringgetVersion()IANA Time Zone Database version number, e.g.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(OsConfigPatchDeploymentRecurringScheduleTimeZone.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleTimeZone.Builder.
-
-
Method Detail
-
getId
public final String getId()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleTimeZoneIANA Time Zone Database time zone, e.g. "America/New_York".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#id OsConfigPatchDeployment#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceOsConfigPatchDeploymentRecurringScheduleTimeZone
-
getVersion
public final String getVersion()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleTimeZoneIANA Time Zone Database version number, e.g. "2019a".Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#version OsConfigPatchDeployment#version}
- Specified by:
getVersionin interfaceOsConfigPatchDeploymentRecurringScheduleTimeZone
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-