ruạṛ
a ���f� � @ 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 @ sj e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Zdd� Zdd� Zdd� ZdS )�!PluggableDatabaseManagementConfigzI The configuration of the Pluggable Database Management service. �ENABLING�ENABLED� DISABLING�DISABLED�UPDATING�FAILED_ENABLING�FAILED_DISABLING�FAILED_UPDATINGc K s ddi| _ ddi| _d| _dS )a� Initializes a new PluggableDatabaseManagementConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param management_status: The value to assign to the management_status property of this PluggableDatabaseManagementConfig. Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "DISABLED", "UPDATING", "FAILED_ENABLING", "FAILED_DISABLING", "FAILED_UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type management_status: str �management_status�strZmanagementStatusN)Z swagger_typesZ attribute_map�_management_status)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/database/models/pluggable_database_management_config.py�__init__2 s ��z*PluggableDatabaseManagementConfig.__init__c C s | j S )a( **[Required]** Gets the management_status of this PluggableDatabaseManagementConfig. The status of the Pluggable Database Management service. Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "DISABLED", "UPDATING", "FAILED_ENABLING", "FAILED_DISABLING", "FAILED_UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The management_status of this PluggableDatabaseManagementConfig. :rtype: str )r �r r r r r H s z3PluggableDatabaseManagementConfig.management_statusc C s g d�}t ||�sd}|| _dS )a Sets the management_status of this PluggableDatabaseManagementConfig. The status of the Pluggable Database Management service. :param management_status: The management_status of this PluggableDatabaseManagementConfig. :type: str )r r r r r r r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r W s c C s t | �S �N)r r r r r �__repr__f s z*PluggableDatabaseManagementConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__i s z(PluggableDatabaseManagementConfig.__eq__c C s | |k S r r r r r r �__ne__o s z(PluggableDatabaseManagementConfig.__ne__N)�__name__� __module__�__qualname__�__doc__ZMANAGEMENT_STATUS_ENABLINGZMANAGEMENT_STATUS_ENABLEDZMANAGEMENT_STATUS_DISABLINGZMANAGEMENT_STATUS_DISABLEDZMANAGEMENT_STATUS_UPDATINGZ!MANAGEMENT_STATUS_FAILED_ENABLINGZ"MANAGEMENT_STATUS_FAILED_DISABLINGZ!MANAGEMENT_STATUS_FAILED_UPDATINGr �propertyr �setterr r r r r r r r s"