MySqlHighAvailabilityStatusSummary¶
-
class
oci.database_management.models.
MySqlHighAvailabilityStatusSummary
(**kwargs)¶ Bases:
object
High availability status summary of a MySQL server.
Methods
__init__
(**kwargs)Initializes a new MySqlHighAvailabilityStatusSummary object with values from keyword arguments. Attributes
channel_apply_errors
Gets the channel_apply_errors of this MySqlHighAvailabilityStatusSummary. channel_fetch_errors
Gets the channel_fetch_errors of this MySqlHighAvailabilityStatusSummary. -
__init__
(**kwargs)¶ Initializes a new MySqlHighAvailabilityStatusSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - channel_fetch_errors (list[oci.database_management.models.MySqlChannelFetchError]) – The value to assign to the channel_fetch_errors property of this MySqlHighAvailabilityStatusSummary.
- channel_apply_errors (list[oci.database_management.models.MySqlChannelApplyError]) – The value to assign to the channel_apply_errors property of this MySqlHighAvailabilityStatusSummary.
-
channel_apply_errors
¶ Gets the channel_apply_errors of this MySqlHighAvailabilityStatusSummary. A list of MySqlChannelApplyError records.
Returns: The channel_apply_errors of this MySqlHighAvailabilityStatusSummary. Return type: list[oci.database_management.models.MySqlChannelApplyError]
-
channel_fetch_errors
¶ Gets the channel_fetch_errors of this MySqlHighAvailabilityStatusSummary. A list of MySqlChannelFetchError records.
Returns: The channel_fetch_errors of this MySqlHighAvailabilityStatusSummary. Return type: list[oci.database_management.models.MySqlChannelFetchError]
-