ScheduledEntryResponse

data class ScheduledEntryResponse(val durationHours: Int, val startHourUtc: Int, val weekDay: String)

Maintenance schedule entry for a managed environment.

Constructors

Link copied to clipboard
constructor(durationHours: Int, startHourUtc: Int, weekDay: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Length of maintenance window range from 8 to 24 hours.

Link copied to clipboard

Start hour after which managed environment maintenance can start from 0 to 23 hour.

Link copied to clipboard

Day of the week when a managed environment can be patched.