DailyMaintenanceWindowResponse

data class DailyMaintenanceWindowResponse(val duration: String, val startTime: String)

Time window specified for daily maintenance operations.

Constructors

Link copied to clipboard
fun DailyMaintenanceWindowResponse(duration: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only Duration of the time window, automatically chosen to be smallest possible in the given scenario.

Link copied to clipboard

Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : 00-23 and MM : 00-59 GMT.