📂 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
›
events
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/events/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_faa_s_action_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� ActionDetails� )�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 )�CreateFaaSActionDetailszQ Create an action that delivers to an Oracle Functions Service endpoint. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a! Initializes a new CreateFaaSActionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.events.models.CreateFaaSActionDetails.action_type` attribute of this class is ``FAAS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action_type: The value to assign to the action_type property of this CreateFaaSActionDetails. Allowed values for this property are: "ONS", "OSS", "FAAS" :type action_type: str :param is_enabled: The value to assign to the is_enabled property of this CreateFaaSActionDetails. :type is_enabled: bool :param description: The value to assign to the description property of this CreateFaaSActionDetails. :type description: str :param function_id: The value to assign to the function_id property of this CreateFaaSActionDetails. :type function_id: str �str�bool)Zaction_typeZ is_enabled�description�function_idZ actionTypeZ isEnabledr Z functionIdNZFAAS)Z swagger_typesZ attribute_mapZ_action_typeZ_is_enabledZ_description�_function_id)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/events/models/create_faa_s_action_details.py�__init__ s ��z CreateFaaSActionDetails.__init__c C s | j S )a> Gets the function_id of this CreateFaaSActionDetails. The `OCID`__ of a Function hosted by Oracle Functions Service. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The function_id of this CreateFaaSActionDetails. :rtype: str �r �r r r r r >