ruạṛ
a ���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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�FunctionConfigurationDefinitionzq The configuration details of a configurable object. This contains one or more config param definitions. �CONFIG_DEFINITIONc K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new FunctionConfigurationDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this FunctionConfigurationDefinition. :type key: str :param model_type: The value to assign to the model_type property of this FunctionConfigurationDefinition. Allowed values for this property are: "CONFIG_DEFINITION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param model_version: The value to assign to the model_version property of this FunctionConfigurationDefinition. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this FunctionConfigurationDefinition. :type parent_ref: oci.data_integration.models.ParentReference :param is_contained: The value to assign to the is_contained property of this FunctionConfigurationDefinition. :type is_contained: bool :param config_param_defs: The value to assign to the config_param_defs property of this FunctionConfigurationDefinition. :type config_param_defs: dict(str, ConfigParameterDefinition) �strZParentReference�boolz$dict(str, ConfigParameterDefinition))�key� model_type� model_version� parent_ref�is_contained�config_param_defsr Z modelTypeZmodelVersionZ parentRefZisContainedZconfigParamDefsN)Z swagger_typesZ attribute_map�_key�_model_type�_model_version�_parent_ref� _is_contained�_config_param_defs)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/data_integration/models/function_configuration_definition.py�__init__ s( !� � z(FunctionConfigurationDefinition.__init__c C s | j S )z� Gets the key of this FunctionConfigurationDefinition. The key of the object. :return: The key of this FunctionConfigurationDefinition. :rtype: str �r �r r r r r O s z#FunctionConfigurationDefinition.keyc C s || _ dS )z� Sets the key of this FunctionConfigurationDefinition. The key of the object. :param key: The key of this FunctionConfigurationDefinition. :type: str Nr )r r r r r r [ s c C s | j S )a� Gets the model_type of this FunctionConfigurationDefinition. The type of the object. Allowed values for this property are: "CONFIG_DEFINITION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The model_type of this FunctionConfigurationDefinition. :rtype: str )r r r r r r g s z*FunctionConfigurationDefinition.model_typec C s dg}t ||�sd}|| _dS )z� Sets the model_type of this FunctionConfigurationDefinition. The type of the object. :param model_type: The model_type of this FunctionConfigurationDefinition. :type: str r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r v s c C s | j S )z� Gets the model_version of this FunctionConfigurationDefinition. The model version of an object. :return: The model_version of this FunctionConfigurationDefinition. :rtype: str �r r r r r r � s z-FunctionConfigurationDefinition.model_versionc C s || _ dS )z� Sets the model_version of this FunctionConfigurationDefinition. The model version of an object. :param model_version: The model_version of this FunctionConfigurationDefinition. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the parent_ref of this FunctionConfigurationDefinition. :return: The parent_ref of this FunctionConfigurationDefinition. :rtype: oci.data_integration.models.ParentReference �r r r r r r � s z*FunctionConfigurationDefinition.parent_refc C s || _ dS )z� Sets the parent_ref of this FunctionConfigurationDefinition. :param parent_ref: The parent_ref of this FunctionConfigurationDefinition. :type: oci.data_integration.models.ParentReference Nr )r r r r r r � s c C s | j S )z� Gets the is_contained of this FunctionConfigurationDefinition. Specifies whether the configuration is contained or not. :return: The is_contained of this FunctionConfigurationDefinition. :rtype: bool �r r r r r r � s z,FunctionConfigurationDefinition.is_containedc C s || _ dS )z� Sets the is_contained of this FunctionConfigurationDefinition. Specifies whether the configuration is contained or not. :param is_contained: The is_contained of this FunctionConfigurationDefinition. :type: bool Nr )r r r r r r � s c C s | j S )a Gets the config_param_defs of this FunctionConfigurationDefinition. The parameter configuration details. :return: The config_param_defs of this FunctionConfigurationDefinition. :rtype: dict(str, ConfigParameterDefinition) �r r r r r r � s z1FunctionConfigurationDefinition.config_param_defsc C s || _ dS )a Sets the config_param_defs of this FunctionConfigurationDefinition. The parameter configuration details. :param config_param_defs: The config_param_defs of this FunctionConfigurationDefinition. :type: dict(str, ConfigParameterDefinition) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z(FunctionConfigurationDefinition.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z&FunctionConfigurationDefinition.__eq__c C s | |k S r! r r$ r r r �__ne__� s z&FunctionConfigurationDefinition.__ne__N)�__name__� __module__�__qualname__�__doc__ZMODEL_TYPE_CONFIG_DEFINITIONr �propertyr �setterr r r r r r"