Show / Hide Table of Contents

Enum MaintenanceScope

The MySQL instances operated during a maintenance event.

  • ALL: maintenance event targeting all MySQL instances in a DB System.
  • ALL_BUT_PRIMARY: maintenance event targeting all MySQL instances in a highly available DB System except the primary group member.
  • PRIMARY_ONLY: maintenance event targeting only the primary group member in a highly available DB System.
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public enum MaintenanceScope

Fields

Name Description
All
AllButPrimary
PrimaryOnly
UnknownEnumValue
In this article
Back to top