Interface MemcacheInstanceMaintenancePolicyWeeklyMaintenanceWindow

    • Method Detail

      • getDay

        @Stability(Stable)
        @NotNull
        String getDay()
        Required.

        The day of week that maintenance updates occur. * DAY_OF_WEEK_UNSPECIFIED: The day of the week is unspecified. * MONDAY: Monday * TUESDAY: Tuesday * WEDNESDAY: Wednesday * THURSDAY: Thursday * FRIDAY: Friday * SATURDAY: Saturday * SUNDAY: Sunday Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/memcache_instance#day MemcacheInstance#day}

      • getDuration

        @Stability(Stable)
        @NotNull
        String getDuration()
        Required.

        The length of the maintenance window, ranging from 3 hours to 8 hours. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/memcache_instance#duration MemcacheInstance#duration}