ScheduleEntryResponse

data class ScheduleEntryResponse(val dayOfWeek: String, val maintenanceWindow: String? = null, val startHourUtc: Int)

Patch schedule entry for a Premium Redis Cache.

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, maintenanceWindow: String? = null, startHourUtc: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Day of the week when a cache can be patched.

Link copied to clipboard

ISO8601 timespan specifying how much time cache patching can take.

Link copied to clipboard

Start hour after which cache patching can start.