Interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindows

    • Method Detail

      • getDuration

        @Stability(Stable)
        @NotNull
        String getDuration()
        Specifies duration of the window in seconds with up to nine fractional digits, terminated by 's'.

        Example: "3.5s". Restrictions for duration based on the recurrence type to allow some time for backup to happen: * single_occurrence_date: no restriction * daily window: duration < 24 hours * weekly window: * days of week includes all seven days of a week: duration < 24 hours * all other weekly window: duration < 168 hours (i.e., 24 * 7 hours) Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#duration GkeBackupBackupPlan#duration}

      • getDaily

        @Stability(Stable)
        @Nullable
        default Object getDaily()
        The exclusion window occurs every day if set to "True".

        Specifying this field to "False" is an error. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#daily GkeBackupBackupPlan#daily}

      • getDaysOfWeek

        @Stability(Stable)
        @Nullable
        default GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsDaysOfWeek getDaysOfWeek()
        days_of_week block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#days_of_week GkeBackupBackupPlan#days_of_week}

      • getSingleOccurrenceDate

        @Stability(Stable)
        @Nullable
        default GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate getSingleOccurrenceDate()
        single_occurrence_date block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#single_occurrence_date GkeBackupBackupPlan#single_occurrence_date}