Class OsConfigPatchDeploymentRecurringScheduleMonthly.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringScheduleMonthly.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRecurringScheduleMonthly,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRecurringScheduleMonthly
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRecurringScheduleMonthly.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRecurringScheduleMonthly
An implementation forOsConfigPatchDeploymentRecurringScheduleMonthly
-
-
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.OsConfigPatchDeploymentRecurringScheduleMonthly
OsConfigPatchDeploymentRecurringScheduleMonthly.Builder, OsConfigPatchDeploymentRecurringScheduleMonthly.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRecurringScheduleMonthly.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleMonthly.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)NumbergetMonthDay()One day of the month.OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthgetWeekDayOfMonth()week_day_of_month block.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(OsConfigPatchDeploymentRecurringScheduleMonthly.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringScheduleMonthly.Builder.
-
-
Method Detail
-
getMonthDay
public final Number getMonthDay()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleMonthlyOne day of the month.1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#month_day OsConfigPatchDeployment#month_day}
- Specified by:
getMonthDayin interfaceOsConfigPatchDeploymentRecurringScheduleMonthly
-
getWeekDayOfMonth
public final OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth getWeekDayOfMonth()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleMonthlyweek_day_of_month block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#week_day_of_month OsConfigPatchDeployment#week_day_of_month}
- Specified by:
getWeekDayOfMonthin interfaceOsConfigPatchDeploymentRecurringScheduleMonthly
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-