ruạṛ
a N��fN � @ 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�str�managementStatusN)� swagger_types� attribute_map�_management_status)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/pluggable_database_management_config.py�__init__0 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 F 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 �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r U s c C s t | �S �N)r r r r r �__repr__d s z*PluggableDatabaseManagementConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__g s z(PluggableDatabaseManagementConfig.__eq__c C s | |k S r r r r r r �__ne__m s z(PluggableDatabaseManagementConfig.__ne__N)�__name__� __module__�__qualname__�__doc__�MANAGEMENT_STATUS_ENABLING�MANAGEMENT_STATUS_ENABLED�MANAGEMENT_STATUS_DISABLING�MANAGEMENT_STATUS_DISABLED�MANAGEMENT_STATUS_UPDATING�!MANAGEMENT_STATUS_FAILED_ENABLING�"MANAGEMENT_STATUS_FAILED_DISABLING�!MANAGEMENT_STATUS_FAILED_UPDATINGr �propertyr �setterr r"