ruạṛ
a O��fY � @ 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 d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�OpsiDataObjectz OPSI data object. �DATABASE_INSIGHTS_DATA_OBJECT�HOST_INSIGHTS_DATA_OBJECT�EXADATA_INSIGHTS_DATA_OBJECTc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aR Initializes a new OpsiDataObject object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.opsi.models.HostInsightsDataObject` * :class:`~oci.opsi.models.ExadataInsightsDataObject` * :class:`~oci.opsi.models.DatabaseInsightsDataObject` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param identifier: The value to assign to the identifier property of this OpsiDataObject. :type identifier: str :param data_object_type: The value to assign to the data_object_type property of this OpsiDataObject. Allowed values for this property are: "DATABASE_INSIGHTS_DATA_OBJECT", "HOST_INSIGHTS_DATA_OBJECT", "EXADATA_INSIGHTS_DATA_OBJECT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type data_object_type: str :param display_name: The value to assign to the display_name property of this OpsiDataObject. :type display_name: str :param description: The value to assign to the description property of this OpsiDataObject. :type description: str :param columns_metadata: The value to assign to the columns_metadata property of this OpsiDataObject. :type columns_metadata: list[oci.opsi.models.DataObjectColumnMetadata] �strzlist[DataObjectColumnMetadata])� identifier�data_object_type�display_name�description�columns_metadatar �dataObjectType�displayNamer �columnsMetadataN)� swagger_types� attribute_map�_identifier�_data_object_type� _display_name�_description�_columns_metadata)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/opsi_data_object.py�__init__ s"