Show / Hide Table of Contents

Class MySqlHighAvailabilityStatusSummary

High availability status summary of a MySQL server. MySQL support within OCI Database Management service has been deprecated as of January 29, 2026.

Inheritance
object
MySqlHighAvailabilityStatusSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class MySqlHighAvailabilityStatusSummary

Properties

ChannelApplyErrors

Declaration
[JsonProperty(PropertyName = "channelApplyErrors")]
public List<MySqlChannelApplyError> ChannelApplyErrors { get; set; }
Property Value
Type Description
List<MySqlChannelApplyError>

A list of MySqlChannelApplyError records.

ChannelFetchErrors

Declaration
[JsonProperty(PropertyName = "channelFetchErrors")]
public List<MySqlChannelFetchError> ChannelFetchErrors { get; set; }
Property Value
Type Description
List<MySqlChannelFetchError>

A list of MySqlChannelFetchError records.

In this article
Back to top