📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
vault
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vault/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: function_target_system_details.cpython-39.opt-1.pyc
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 <