MaintenanceWindowResponse

data class MaintenanceWindowResponse(val dayOfWeek: String, val hourOfDay: Int)

Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.

Constructors

Link copied to clipboard
constructor(dayOfWeek: String, hourOfDay: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The day of week, when the window starts.

Link copied to clipboard

The hour of day (0-23) when the window starts.