Interface AlloydbClusterAutomatedBackupPolicyWeeklyScheduleStartTimes

    • Method Detail

      • getHours

        @Stability(Stable)
        @Nullable
        default Number getHours()
        Hours of day in 24 hour format.

        Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_cluster#hours AlloydbCluster#hours}

      • getMinutes

        @Stability(Stable)
        @Nullable
        default Number getMinutes()
        Minutes of hour of day. Currently, only the value 0 is supported.

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

      • getNanos

        @Stability(Stable)
        @Nullable
        default Number getNanos()
        Fractions of seconds in nanoseconds. Currently, only the value 0 is supported.

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

      • getSeconds

        @Stability(Stable)
        @Nullable
        default Number getSeconds()
        Seconds of minutes of the time. Currently, only the value 0 is supported.

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