ruạṛ
a ���fx � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConfigurationItemMetadata� )�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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�BasicConfigurationItemMetadataz, Basic configuration item metadata. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new BasicConfigurationItemMetadata object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.BasicConfigurationItemMetadata.config_item_type` attribute of this class is ``BASIC`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_item_type: The value to assign to the config_item_type property of this BasicConfigurationItemMetadata. Allowed values for this property are: "BASIC" :type config_item_type: str :param display_name: The value to assign to the display_name property of this BasicConfigurationItemMetadata. :type display_name: str :param description: The value to assign to the description property of this BasicConfigurationItemMetadata. :type description: str :param data_type: The value to assign to the data_type property of this BasicConfigurationItemMetadata. :type data_type: str :param unit_details: The value to assign to the unit_details property of this BasicConfigurationItemMetadata. :type unit_details: oci.opsi.models.ConfigurationItemUnitDetails :param value_input_details: The value to assign to the value_input_details property of this BasicConfigurationItemMetadata. :type value_input_details: oci.opsi.models.ConfigurationItemAllowedValueDetails �strZConfigurationItemUnitDetailsZ$ConfigurationItemAllowedValueDetails)Zconfig_item_type�display_name�description� data_type�unit_details�value_input_detailsZconfigItemTypeZdisplayNamer ZdataTypeZunitDetailsZvalueInputDetailsNZBASIC)Z swagger_typesZ attribute_mapZ_config_item_type� _display_name�_description� _data_type� _unit_details�_value_input_details)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/opsi/models/basic_configuration_item_metadata.py�__init__ s* !� � z'BasicConfigurationItemMetadata.__init__c C s | j S )z� Gets the display_name of this BasicConfigurationItemMetadata. User-friendly display name for the configuration item. :return: The display_name of this BasicConfigurationItemMetadata. :rtype: str �r �r r r r r L s z+BasicConfigurationItemMetadata.display_namec C s || _ dS )z� Sets the display_name of this BasicConfigurationItemMetadata. User-friendly display name for the configuration item. :param display_name: The display_name of this BasicConfigurationItemMetadata. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the description of this BasicConfigurationItemMetadata. Description of configuration item . :return: The description of this BasicConfigurationItemMetadata. :rtype: str �r r r r r r d s z*BasicConfigurationItemMetadata.descriptionc C s || _ dS )z� Sets the description of this BasicConfigurationItemMetadata. Description of configuration item . :param description: The description of this BasicConfigurationItemMetadata. :type: str Nr )r r r r r r p s c C s | j S )z� Gets the data_type of this BasicConfigurationItemMetadata. Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER :return: The data_type of this BasicConfigurationItemMetadata. :rtype: str �r r r r r r | s z(BasicConfigurationItemMetadata.data_typec C s || _ dS )a Sets the data_type of this BasicConfigurationItemMetadata. Data type of configuration item. Examples: STRING, BOOLEAN, NUMBER :param data_type: The data_type of this BasicConfigurationItemMetadata. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the unit_details of this BasicConfigurationItemMetadata. :return: The unit_details of this BasicConfigurationItemMetadata. :rtype: oci.opsi.models.ConfigurationItemUnitDetails �r r r r r r � s z+BasicConfigurationItemMetadata.unit_detailsc C s || _ dS )z� Sets the unit_details of this BasicConfigurationItemMetadata. :param unit_details: The unit_details of this BasicConfigurationItemMetadata. :type: oci.opsi.models.ConfigurationItemUnitDetails Nr )r r r r r r � s c C s | j S )z� Gets the value_input_details of this BasicConfigurationItemMetadata. :return: The value_input_details of this BasicConfigurationItemMetadata. :rtype: oci.opsi.models.ConfigurationItemAllowedValueDetails �r r r r r r � s z2BasicConfigurationItemMetadata.value_input_detailsc C s || _ dS )z� Sets the value_input_details of this BasicConfigurationItemMetadata. :param value_input_details: The value_input_details of this BasicConfigurationItemMetadata. :type: oci.opsi.models.ConfigurationItemAllowedValueDetails Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z'BasicConfigurationItemMetadata.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z%BasicConfigurationItemMetadata.__eq__c C s | |k S r r r"