Class OsConfigPatchDeploymentRecurringScheduleWeekly.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleWeekly.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRecurringScheduleWeekly,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleWeekly
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRecurringScheduleWeekly.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRecurringScheduleWeekly
An implementation forOsConfigPatchDeploymentRecurringScheduleWeekly
-
-
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.OsConfigPatchDeploymentRecurringScheduleWeekly
OsConfigPatchDeploymentRecurringScheduleWeekly.Builder, OsConfigPatchDeploymentRecurringScheduleWeekly.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRecurringScheduleWeekly.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleWeekly.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)StringgetDayOfWeek()IANA Time Zone Database time zone, 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(OsConfigPatchDeploymentRecurringScheduleWeekly.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleWeekly.Builder.
-
-
Method Detail
-
getDayOfWeek
public final String getDayOfWeek()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleWeeklyIANA Time Zone Database time zone, e.g. "America/New_York". Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#day_of_week OsConfigPatchDeployment#day_of_week}
- Specified by:
getDayOfWeekin interfaceOsConfigPatchDeploymentRecurringScheduleWeekly
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-