Show / Hide Table of Contents

Enum MaintenanceType

How the maintenance event was triggered.
AUTOMATIC: maintenance event triggered as part of scheduled maintenance. MANUAL: maintenance event triggered manually. SHAPE: maintenance event triggered by a shape update.

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

Fields

Name Description
Automatic
Manual
Shape
In this article
Back to top