Interface protos.google.cloud.oracledatabase.v1.IMaintenanceWindow (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a MaintenanceWindow.
Package
@google-cloud/oracledatabase
Properties
customActionTimeoutMins
customActionTimeoutMins?: (number|null);
MaintenanceWindow customActionTimeoutMins
daysOfWeek
daysOfWeek?: (google.type.DayOfWeek[]|null);
MaintenanceWindow daysOfWeek
hoursOfDay
hoursOfDay?: (number[]|null);
MaintenanceWindow hoursOfDay
isCustomActionTimeoutEnabled
isCustomActionTimeoutEnabled?: (boolean|null);
MaintenanceWindow isCustomActionTimeoutEnabled
leadTimeWeek
leadTimeWeek?: (number|null);
MaintenanceWindow leadTimeWeek
months
months?: (google.type.Month[]|null);
patchingMode
patchingMode?: (google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode|keyof typeof google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode|null);
MaintenanceWindow patchingMode
preference
preference?: (google.cloud.oracledatabase.v1.MaintenanceWindow.MaintenanceWindowPreference|keyof typeof google.cloud.oracledatabase.v1.MaintenanceWindow.MaintenanceWindowPreference|null);
MaintenanceWindow preference
weeksOfMonth
weeksOfMonth?: (number[]|null);
MaintenanceWindow weeksOfMonth
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Interface protos.google.cloud.oracledatabase.v1.IMaintenanceWindow (0.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.0 (latest)](/nodejs/docs/reference/oracledatabase/latest/oracledatabase/protos.google.cloud.oracledatabase.v1.imaintenancewindow)\n- [0.1.0](/nodejs/docs/reference/oracledatabase/0.1.0/oracledatabase/protos.google.cloud.oracledatabase.v1.imaintenancewindow) \nProperties of a MaintenanceWindow.\n\nPackage\n-------\n\n[@google-cloud/oracledatabase](../overview.html)\n\nProperties\n----------\n\n### customActionTimeoutMins\n\n customActionTimeoutMins?: (number|null);\n\nMaintenanceWindow customActionTimeoutMins\n\n### daysOfWeek\n\n daysOfWeek?: (google.type.DayOfWeek[]|null);\n\nMaintenanceWindow daysOfWeek\n\n### hoursOfDay\n\n hoursOfDay?: (number[]|null);\n\nMaintenanceWindow hoursOfDay\n\n### isCustomActionTimeoutEnabled\n\n isCustomActionTimeoutEnabled?: (boolean|null);\n\nMaintenanceWindow isCustomActionTimeoutEnabled\n\n### leadTimeWeek\n\n leadTimeWeek?: (number|null);\n\nMaintenanceWindow leadTimeWeek\n\n### months\n\n months?: (google.type.Month[]|null);\n\nMaintenanceWindow months\n\n### patchingMode\n\n patchingMode?: (google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode|keyof typeof google.cloud.oracledatabase.v1.MaintenanceWindow.PatchingMode|null);\n\nMaintenanceWindow patchingMode\n\n### preference\n\n preference?: (google.cloud.oracledatabase.v1.MaintenanceWindow.MaintenanceWindowPreference|keyof typeof google.cloud.oracledatabase.v1.MaintenanceWindow.MaintenanceWindowPreference|null);\n\nMaintenanceWindow preference\n\n### weeksOfMonth\n\n weeksOfMonth?: (number[]|null);\n\nMaintenanceWindow weeksOfMonth"]]