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.
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’.
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