Show / Hide Table of Contents

Enum MaintenanceAction

The nature of the maintenance event.
DATABASE: maintenance event causing a MySQL version upgrade. This may also include OS updates. OS_UPDATE: maintenance event causing an OS update. ONLINE_UPDATE: maintenance event causing downtime-free OS security patches. HARDWARE: hardware maintenance event affecting the DB System's VMs and BMs.

Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public enum MaintenanceAction

Fields

Name Description
Database
Hardware
OnlineUpdate
OsUpdate
UnknownEnumValue
In this article
Back to top