MySqlReplicationApplierFilter

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

Bases: object

Filter configured for a replication channel.

Methods

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

Attributes

filter_name [Required] Gets the filter_name of this MySqlReplicationApplierFilter.
filter_rule Gets the filter_rule of this MySqlReplicationApplierFilter.
__init__(**kwargs)

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

Parameters:
  • filter_name (str) – The value to assign to the filter_name property of this MySqlReplicationApplierFilter.
  • filter_rule (str) – The value to assign to the filter_rule property of this MySqlReplicationApplierFilter.
filter_name

[Required] Gets the filter_name of this MySqlReplicationApplierFilter. The type of replication filter that has been configured for the replication channel.

Returns:The filter_name of this MySqlReplicationApplierFilter.
Return type:str
filter_rule

Gets the filter_rule of this MySqlReplicationApplierFilter. The rules configured for the replication filter type.

Returns:The filter_rule of this MySqlReplicationApplierFilter.
Return type:str