Class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Jsii$Proxy
-
- All Implemented Interfaces:
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
@Stability(Stable) @Internal public static final class GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
An implementation forGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
-
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.gke_backup_backup_plan.GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builder, GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builder builder)Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.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)NumbergetHours()Hours of day in 24 hour format.NumbergetMinutes()Minutes of hour of day.NumbergetNanos()Fractions of seconds in nanoseconds.NumbergetSeconds()Seconds of minutes of the time.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(GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builder builder)
Constructor that initializes the object based on literal property values passed by theGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builder.
-
-
Method Detail
-
getHours
public final Number getHours()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeHours of day in 24 hour format.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#hours GkeBackupBackupPlan#hours}
- Specified by:
getHoursin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
getMinutes
public final Number getMinutes()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeMinutes of hour of day.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#minutes GkeBackupBackupPlan#minutes}
- Specified by:
getMinutesin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
getNanos
public final Number getNanos()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeFractions of seconds in nanoseconds.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#nanos GkeBackupBackupPlan#nanos}
- Specified by:
getNanosin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
getSeconds
public final Number getSeconds()
Description copied from interface:GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTimeSeconds of minutes of the time.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#seconds GkeBackupBackupPlan#seconds}
- Specified by:
getSecondsin interfaceGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-