MySqlChannelFetchError

class oci.database_management.models.MySqlChannelFetchError(**kwargs)

Bases: object

MySQL server replication Channel name and error from its fetch operation.

Methods

__init__(**kwargs) Initializes a new MySqlChannelFetchError object with values from keyword arguments.

Attributes

channel_name Gets the channel_name of this MySqlChannelFetchError.
fetch_error [Required] Gets the fetch_error of this MySqlChannelFetchError.
__init__(**kwargs)

Initializes a new MySqlChannelFetchError object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • channel_name (str) – The value to assign to the channel_name property of this MySqlChannelFetchError.
  • fetch_error (oci.database_management.models.MySqlFetchError) – The value to assign to the fetch_error property of this MySqlChannelFetchError.
channel_name

Gets the channel_name of this MySqlChannelFetchError. The name of the replication channel

Returns:The channel_name of this MySqlChannelFetchError.
Return type:str
fetch_error

[Required] Gets the fetch_error of this MySqlChannelFetchError.

Returns:The fetch_error of this MySqlChannelFetchError.
Return type:oci.database_management.models.MySqlFetchError