Show / Hide Table of Contents

Enum ControlledUpdateTargetDbInstances

Defines the MySQL instances to be operated during a controlled update.

  • ALL_BUT_PRIMARY: Update all MySQL instances in a highly available DB System except the primary group member, without triggering a controlled failover.
  • PRIMARY_ONLY: Update the primary group member in a highly available DB System after a controlled failover (downtime is expected). This operation requires that the other MySQL instances have been previously updated using the ALL_BUT_PRIMARY option.
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public enum ControlledUpdateTargetDbInstances

Fields

Name Description
AllButPrimary
PrimaryOnly
UnknownEnumValue
In this article
Back to top