Interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.280Z") @Stability(Stable) public interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builderstatic classGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Jsii$ProxyAn implementation forGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builderbuilder()default NumbergetHours()Hours of day in 24 hour format.default NumbergetMinutes()Minutes of hour of day.default NumbergetNanos()Fractions of seconds in nanoseconds.default NumbergetSeconds()Seconds of minutes of the time.
-
-
-
Method Detail
-
getHours
@Stability(Stable) @Nullable default Number getHours()
Hours 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}
-
getMinutes
@Stability(Stable) @Nullable default Number getMinutes()
Minutes 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}
-
getNanos
@Stability(Stable) @Nullable default Number getNanos()
Fractions 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}
-
getSeconds
@Stability(Stable) @Nullable default Number getSeconds()
Seconds 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}
-
builder
@Stability(Stable) static GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime.Builder builder()
-
-