Replicat

class oci.database_migration.models.Replicat(**kwargs)

Bases: object

Parameters for Replicat processes.

Attributes

PERFORMANCE_PROFILE_HIGH A constant which can be used with the performance_profile property of a Replicat.
PERFORMANCE_PROFILE_LOW A constant which can be used with the performance_profile property of a Replicat.
map_parallelism Gets the map_parallelism of this Replicat.
max_apply_parallelism Gets the max_apply_parallelism of this Replicat.
min_apply_parallelism Gets the min_apply_parallelism of this Replicat.
performance_profile Gets the performance_profile of this Replicat.

Methods

__init__(**kwargs) Initializes a new Replicat object with values from keyword arguments.
PERFORMANCE_PROFILE_HIGH = 'HIGH'

A constant which can be used with the performance_profile property of a Replicat. This constant has a value of “HIGH”

PERFORMANCE_PROFILE_LOW = 'LOW'

A constant which can be used with the performance_profile property of a Replicat. This constant has a value of “LOW”

__init__(**kwargs)

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

Parameters:
  • performance_profile (str) – The value to assign to the performance_profile property of this Replicat. Allowed values for this property are: “LOW”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • map_parallelism (int) – The value to assign to the map_parallelism property of this Replicat.
  • min_apply_parallelism (int) – The value to assign to the min_apply_parallelism property of this Replicat.
  • max_apply_parallelism (int) – The value to assign to the max_apply_parallelism property of this Replicat.
map_parallelism

Gets the map_parallelism of this Replicat. Number of threads used to read trail files (valid for Parallel Replicat)

Returns:The map_parallelism of this Replicat.
Return type:int
max_apply_parallelism

Gets the max_apply_parallelism of this Replicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)

Returns:The max_apply_parallelism of this Replicat.
Return type:int
min_apply_parallelism

Gets the min_apply_parallelism of this Replicat. Defines the range in which Replicat automatically adjusts its apply parallelism (valid for Parallel Replicat)

Returns:The min_apply_parallelism of this Replicat.
Return type:int
performance_profile

Gets the performance_profile of this Replicat. Replicat performance.

Allowed values for this property are: “LOW”, “HIGH”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The performance_profile of this Replicat.
Return type:str