Interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsStartTime

    • 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}