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