Class OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
An implementation forOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
-
-
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.OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builder, OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.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)NumbergetDayOffset()Represents the number of days before or after the given week day of month that the patch deployment is scheduled for.StringgetDayOfWeek()A day of the week.NumbergetWeekOrdinal()Week number in a month.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(OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builder.
-
-
Method Detail
-
getDayOfWeek
public final String getDayOfWeek()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthA day of the week. 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 interfaceOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
-
getWeekOrdinal
public final Number getWeekOrdinal()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthWeek number in a month.1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#week_ordinal OsConfigPatchDeployment#week_ordinal}
- Specified by:
getWeekOrdinalin interfaceOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
-
getDayOffset
public final Number getDayOffset()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthRepresents the number of days before or after the given week day of month that the patch deployment is scheduled for.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#day_offset OsConfigPatchDeployment#day_offset}
- Specified by:
getDayOffsetin interfaceOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-