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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AllowedParameterValuez1 A valid value for a database parameter. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) ax Initializes a new AllowedParameterValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ordinal: The value to assign to the ordinal property of this AllowedParameterValue. :type ordinal: float :param value: The value to assign to the value property of this AllowedParameterValue. :type value: str :param is_default: The value to assign to the is_default property of this AllowedParameterValue. :type is_default: bool �float�str�bool)�ordinal�value� is_defaultr r � isDefaultN)� swagger_types� attribute_map�_ordinal�_value�_is_default)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/allowed_parameter_value.py�__init__ s ��zAllowedParameterValue.__init__c C s | j S )z� Gets the ordinal of this AllowedParameterValue. The ordinal number in the list (1-based). :return: The ordinal of this AllowedParameterValue. :rtype: float �r �r r r r r 2 s zAllowedParameterValue.ordinalc C s || _ dS )z� Sets the ordinal of this AllowedParameterValue. The ordinal number in the list (1-based). :param ordinal: The ordinal of this AllowedParameterValue. :type: float Nr )r r r r r r >