FileSystemMaintenanceWindowArgs

data class FileSystemMaintenanceWindowArgs(val dayOfWeek: Output<String>, val timeOfDayInUtc: Output<String>) : ConvertibleToJava<FileSystemMaintenanceWindowArgs>

Constructors

Link copied to clipboard
constructor(dayOfWeek: Output<String>, timeOfDayInUtc: Output<String>)

Properties

Link copied to clipboard
val dayOfWeek: Output<String>

The day of the week on which the maintenance window will occur. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.

Link copied to clipboard
val timeOfDayInUtc: Output<String>

The time of day (in UTC) to start the maintenance window.

Functions

Link copied to clipboard
open override fun toJava(): FileSystemMaintenanceWindowArgs