FileSystemMaintenanceWindow

data class FileSystemMaintenanceWindow(val dayOfWeek: String, val timeOfDayInUtc: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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