Class OsConfigPatchDeploymentRecurringSchedule.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentRecurringSchedule.Jsii$Proxy
-
- All Implemented Interfaces:
OsConfigPatchDeploymentRecurringSchedule,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OsConfigPatchDeploymentRecurringSchedule
@Stability(Stable) @Internal public static final class OsConfigPatchDeploymentRecurringSchedule.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OsConfigPatchDeploymentRecurringSchedule
An implementation forOsConfigPatchDeploymentRecurringSchedule
-
-
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.OsConfigPatchDeploymentRecurringSchedule
OsConfigPatchDeploymentRecurringSchedule.Builder, OsConfigPatchDeploymentRecurringSchedule.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OsConfigPatchDeploymentRecurringSchedule.Builder builder)Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringSchedule.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)StringgetEndTime()The end time at which a recurring patch deployment schedule is no longer active.OsConfigPatchDeploymentRecurringScheduleMonthlygetMonthly()monthly block.StringgetStartTime()The time that the recurring schedule becomes effective.OsConfigPatchDeploymentRecurringScheduleTimeOfDaygetTimeOfDay()time_of_day block.OsConfigPatchDeploymentRecurringScheduleTimeZonegetTimeZone()time_zone block.OsConfigPatchDeploymentRecurringScheduleWeeklygetWeekly()weekly 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(OsConfigPatchDeploymentRecurringSchedule.Builder builder)
Constructor that initializes the object based on literal property values passed by theOsConfigPatchDeploymentRecurringSchedule.Builder.
-
-
Method Detail
-
getTimeOfDay
public final OsConfigPatchDeploymentRecurringScheduleTimeOfDay getTimeOfDay()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduletime_of_day block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#time_of_day OsConfigPatchDeployment#time_of_day}
- Specified by:
getTimeOfDayin interfaceOsConfigPatchDeploymentRecurringSchedule
-
getTimeZone
public final OsConfigPatchDeploymentRecurringScheduleTimeZone getTimeZone()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduletime_zone block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#time_zone OsConfigPatchDeployment#time_zone}
- Specified by:
getTimeZonein interfaceOsConfigPatchDeploymentRecurringSchedule
-
getEndTime
public final String getEndTime()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleThe end time at which a recurring patch deployment schedule is no longer active.A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#end_time OsConfigPatchDeployment#end_time}
- Specified by:
getEndTimein interfaceOsConfigPatchDeploymentRecurringSchedule
-
getMonthly
public final OsConfigPatchDeploymentRecurringScheduleMonthly getMonthly()
Description copied from interface:OsConfigPatchDeploymentRecurringSchedulemonthly block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#monthly OsConfigPatchDeployment#monthly}
- Specified by:
getMonthlyin interfaceOsConfigPatchDeploymentRecurringSchedule
-
getStartTime
public final String getStartTime()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleThe time that the recurring schedule becomes effective.Defaults to createTime of the patch deployment. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#start_time OsConfigPatchDeployment#start_time}
- Specified by:
getStartTimein interfaceOsConfigPatchDeploymentRecurringSchedule
-
getWeekly
public final OsConfigPatchDeploymentRecurringScheduleWeekly getWeekly()
Description copied from interface:OsConfigPatchDeploymentRecurringScheduleweekly block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#weekly OsConfigPatchDeployment#weekly}
- Specified by:
getWeeklyin interfaceOsConfigPatchDeploymentRecurringSchedule
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-