CreateReplicat¶
- 
class oci.database_migration.models.CreateReplicat(**kwargs)¶
- Bases: - object- Parameters for GoldenGate Replicat processes. - Attributes - PERFORMANCE_PROFILE_HIGH- A constant which can be used with the performance_profile property of a CreateReplicat. - PERFORMANCE_PROFILE_LOW- A constant which can be used with the performance_profile property of a CreateReplicat. - performance_profile- Gets the performance_profile of this CreateReplicat. - Methods - __init__(**kwargs)- Initializes a new CreateReplicat object with values from keyword arguments. - 
PERFORMANCE_PROFILE_HIGH= 'HIGH'¶
- A constant which can be used with the performance_profile property of a CreateReplicat. This constant has a value of “HIGH” 
 - 
PERFORMANCE_PROFILE_LOW= 'LOW'¶
- A constant which can be used with the performance_profile property of a CreateReplicat. This constant has a value of “LOW” 
 - 
__init__(**kwargs)¶
- Initializes a new CreateReplicat 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 CreateReplicat. Allowed values for this property are: “LOW”, “HIGH” 
 - 
performance_profile¶
- Gets the performance_profile of this CreateReplicat. Replicat performance. - Allowed values for this property are: “LOW”, “HIGH” - Returns: - The performance_profile of this CreateReplicat. - Return type: - str 
 
-