Class MySqlHighAvailabilityStatusSummary
High availability status summary of a MySQL server.
Inherited Members
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. |