ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TargetSystemDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�FunctionTargetSystemDetailszD Details of the OCI function that vault secret connects to. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a Initializes a new FunctionTargetSystemDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.vault.models.FunctionTargetSystemDetails.target_system_type` attribute of this class is ``FUNCTION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_system_type: The value to assign to the target_system_type property of this FunctionTargetSystemDetails. Allowed values for this property are: "ADB", "FUNCTION" :type target_system_type: str :param function_id: The value to assign to the function_id property of this FunctionTargetSystemDetails. :type function_id: str �str)Ztarget_system_type�function_idZtargetSystemTypeZ functionIdNZFUNCTION)Z swagger_typesZ attribute_mapZ_target_system_type�_function_id)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/vault/models/function_target_system_details.py�__init__ s ��z$FunctionTargetSystemDetails.__init__c C s | j S )a **[Required]** Gets the function_id of this FunctionTargetSystemDetails. The unique identifier (OCID) of the OCI Functions that vault secret connects to. :return: The function_id of this FunctionTargetSystemDetails. :rtype: str �r �r r r r r 0 s z'FunctionTargetSystemDetails.function_idc C s || _ dS )a Sets the function_id of this FunctionTargetSystemDetails. The unique identifier (OCID) of the OCI Functions that vault secret connects to. :param function_id: The function_id of this FunctionTargetSystemDetails. :type: str Nr )r r r r r r <