ruạṛ
a N��f+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TypedObject� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$� Parameterzf Parameters are created and assigned values that can be configured for each integration task. �MIN�MAX�COUNT�SUMc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new Parameter object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.Parameter.model_type` attribute of this class is ``PARAMETER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this Parameter. Allowed values for this property are: "SHAPE", "SHAPE_FIELD", "NATIVE_SHAPE_FIELD" :type model_type: str :param key: The value to assign to the key property of this Parameter. :type key: str :param model_version: The value to assign to the model_version property of this Parameter. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this Parameter. :type parent_ref: oci.data_connectivity.models.ParentReference :param config_values: The value to assign to the config_values property of this Parameter. :type config_values: oci.data_connectivity.models.ConfigValues :param object_status: The value to assign to the object_status property of this Parameter. :type object_status: int :param name: The value to assign to the name property of this Parameter. :type name: str :param description: The value to assign to the description property of this Parameter. :type description: str :param type: The value to assign to the type property of this Parameter. :type type: oci.data_connectivity.models.BaseType :param default_value: The value to assign to the default_value property of this Parameter. :type default_value: object :param root_object_default_value: The value to assign to the root_object_default_value property of this Parameter. :type root_object_default_value: object :param is_input: The value to assign to the is_input property of this Parameter. :type is_input: bool :param is_output: The value to assign to the is_output property of this Parameter. :type is_output: bool :param output_aggregation_type: The value to assign to the output_aggregation_type property of this Parameter. Allowed values for this property are: "MIN", "MAX", "COUNT", "SUM" :type output_aggregation_type: str :param type_name: The value to assign to the type_name property of this Parameter. :type type_name: str �str�ParentReference�ConfigValues�int�BaseType�object�bool)� model_type�key� model_version� parent_ref� config_values� object_status�name�description�type� default_value�root_object_default_value�is_input� is_output�output_aggregation_type� type_name� modelTyper �modelVersion� parentRef�configValues�objectStatusr r r �defaultValue�rootObjectDefaultValue�isInput�isOutput�outputAggregationType�typeNameN� PARAMETER)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_config_values�_object_status�_name�_description�_type�_default_value�_root_object_default_value� _is_input� _is_output�_output_aggregation_type� _type_name)�self�kwargs� rB ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/parameter.py�__init__ s` F��zParameter.__init__c C s | j S )z� Gets the type of this Parameter. :return: The type of this Parameter. :rtype: oci.data_connectivity.models.BaseType �r9 �r@ rB rB rC r � s zParameter.typec C s || _ dS )z� Sets the type of this Parameter. :param type: The type of this Parameter. :type: oci.data_connectivity.models.BaseType NrE )r@ r rB rB rC r � s c C s | j S )z� Gets the default_value of this Parameter. The default value of the parameter. :return: The default_value of this Parameter. :rtype: object �r: rF rB rB rC r � s zParameter.default_valuec C s || _ dS )z� Sets the default_value of this Parameter. The default value of the parameter. :param default_value: The default_value of this Parameter. :type: object NrG )r@ r rB rB rC r � s c C s | j S )a Gets the root_object_default_value of this Parameter. The default value of the parameter, which can be an object in DIS, such as a data entity. :return: The root_object_default_value of this Parameter. :rtype: object �r; rF rB rB rC r � s z#Parameter.root_object_default_valuec C s || _ dS )a Sets the root_object_default_value of this Parameter. The default value of the parameter, which can be an object in DIS, such as a data entity. :param root_object_default_value: The root_object_default_value of this Parameter. :type: object NrH )r@ r rB rB rC r � s c C s | j S )z� Gets the is_input of this Parameter. Specifies whether the parameter is an input value. :return: The is_input of this Parameter. :rtype: bool �r<