ruạṛ
a N��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 @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�DatabaseParameterUpdateStatusz2 The result of database parameter update. � SUCCEEDED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ak Initializes a new DatabaseParameterUpdateStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this DatabaseParameterUpdateStatus. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param error_code: The value to assign to the error_code property of this DatabaseParameterUpdateStatus. :type error_code: str :param error_message: The value to assign to the error_message property of this DatabaseParameterUpdateStatus. :type error_message: str �str)�status� error_code� error_messager � errorCode�errorMessageN)� swagger_types� attribute_map�_status�_error_code�_error_message)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/database_parameter_update_status.py�__init__ s ��z&DatabaseParameterUpdateStatus.__init__c C s | j S )a� Gets the status of this DatabaseParameterUpdateStatus. The status of the parameter update. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this DatabaseParameterUpdateStatus. :rtype: str )r �r r r r r <