GetExadataInfrastructureMaintenanceWindow

data class GetExadataInfrastructureMaintenanceWindow(val customActionTimeoutEnabled: Boolean, val customActionTimeoutInMins: Int, val daysOfWeeks: List<String>, val hoursOfDays: List<Int>, val leadTimeInWeeks: Int, val monthlyPatchingEnabled: Boolean, val months: List<String>, val patchingMode: String, val preference: String, val weeksOfMonths: List<Int>)

Constructors

constructor(customActionTimeoutEnabled: Boolean, customActionTimeoutInMins: Int, daysOfWeeks: List<String>, hoursOfDays: List<Int>, leadTimeInWeeks: Int, monthlyPatchingEnabled: Boolean, months: List<String>, patchingMode: String, preference: String, weeksOfMonths: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If true, enables the configuration of a custom action timeout (waiting period) between database servers patching operations.

Link copied to clipboard

Days during the week when maintenance should be performed.

Link copied to clipboard

The window of hours during the day when maintenance should be performed.

Link copied to clipboard

Lead time window allows user to set a lead time to prepare for a down time.

Link copied to clipboard

If true, enables the monthly patching option.

Link copied to clipboard

A months block as defined below.

Link copied to clipboard

Cloud Exadata Infrastructure node patching method.

Link copied to clipboard

The maintenance window scheduling preference.

Link copied to clipboard

Weeks during the month when maintenance should be performed.