ruạṛ
a O��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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )� Parameterz7 Parameters that a resource category supports. �integer�string�booleanc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Parameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Parameter. :type name: str :param type: The value to assign to the type property of this Parameter. Allowed values for this property are: "integer", "string", "boolean", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param pattern: The value to assign to the pattern property of this Parameter. :type pattern: str �str)�name�type�patternr r r N)� swagger_types� attribute_map�_name�_type�_pattern)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/logging/models/parameter.py�__init__ s ��zParameter.__init__c C s | j S )z� **[Required]** Gets the name of this Parameter. Parameter name. :return: The name of this Parameter. :rtype: str �r �r r r r r @ s zParameter.namec C s || _ dS )z� Sets the name of this Parameter. Parameter name. :param name: The name of this Parameter. :type: str Nr )r r r r r r L s c C s | j S )a� **[Required]** Gets the type of this Parameter. Parameter type. One of integer, string, boolean. Allowed values for this property are: "integer", "string", "boolean", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this Parameter. :rtype: str )r r r r r r X s zParameter.typec C s g d�}t ||�sd}|| _dS )z� Sets the type of this Parameter. Parameter type. One of integer, string, boolean. :param type: The type of this Parameter. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r g s c C s | j S )z� Gets the pattern of this Parameter. Java regex pattern to validate a parameter value. :return: The pattern of this Parameter. :rtype: str �r r r r r r v s zParameter.patternc C s || _ dS )z� Sets the pattern of this Parameter. Java regex pattern to validate a parameter value. :param pattern: The pattern of this Parameter. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zParameter.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zParameter.__eq__c C s | |k S r r r r r r �__ne__� s zParameter.__ne__N)�__name__� __module__�__qualname__�__doc__�TYPE_INTEGER�TYPE_STRING�TYPE_BOOLEANr �propertyr �setterr r r r"