File: //lib/python3.9/site-packages/oci/database_migration/models/__pycache__/replicat.cpython-39.pyc
a
���f3 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sR e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zd d
� Z
dd� Zd
d� ZdS )�Replicatz,
Parameters for Replicat processes.
�LOW�HIGHc K s ddi| _ ddi| _d| _dS )a
Initializes a new Replicat object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param performance_profile:
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'.
:type performance_profile: str
�performance_profile�strZperformanceProfileN)Z
swagger_typesZ
attribute_map�_performance_profile)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/database_migration/models/replicat.py�__init__ s
��zReplicat.__init__c C s | j S )aa
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'.
:return: The performance_profile of this Replicat.
:rtype: str
)r �r r r r r 0 s
zReplicat.performance_profilec C s ddg}t ||�sd}|| _dS )z�
Sets the performance_profile of this Replicat.
Replicat performance.
:param performance_profile: The performance_profile of this Replicat.
:type: str
r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r ? s
c C s t | �S �N)r r r r r �__repr__N s zReplicat.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__Q s zReplicat.__eq__c C s
| |k S r r r r r r �__ne__W s zReplicat.__ne__N)
�__name__�
__module__�__qualname__�__doc__ZPERFORMANCE_PROFILE_LOWZPERFORMANCE_PROFILE_HIGHr �propertyr �setterr r r r r r r r s
r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s