Interface OsConfigPatchDeploymentRecurringScheduleTimeOfDay

    • 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/os_config_patch_deployment#hours OsConfigPatchDeployment#hours}

      • getMinutes

        @Stability(Stable)
        @Nullable
        default Number getMinutes()
        Minutes of hour of day. Must be from 0 to 59.

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

      • getNanos

        @Stability(Stable)
        @Nullable
        default Number getNanos()
        Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

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

      • getSeconds

        @Stability(Stable)
        @Nullable
        default Number getSeconds()
        Seconds of minutes of the time.

        Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#seconds OsConfigPatchDeployment#seconds}