Interface AlloydbClusterAutomatedBackupPolicyWeeklySchedule

    • Method Detail

      • getStartTimes

        @Stability(Stable)
        @NotNull
        Object getStartTimes()
        start_times block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#start_times AlloydbCluster#start_times}

      • getDaysOfWeek

        @Stability(Stable)
        @Nullable
        default List<String> getDaysOfWeek()
        The days of the week to perform a backup.

        At least one day of the week must be provided. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#days_of_week AlloydbCluster#days_of_week}