📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
disaster_recovery
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/__pycache__
💾
Free:
48.1 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: invoke_function_step.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DrPlanUserDefinedStep� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�InvokeFunctionStepz. Invoke Oracle function step details. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new InvokeFunctionStep object with values from keyword arguments. The default value of the :py:attr:`~oci.disaster_recovery.models.InvokeFunctionStep.step_type` attribute of this class is ``INVOKE_FUNCTION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param step_type: The value to assign to the step_type property of this InvokeFunctionStep. Allowed values for this property are: "RUN_OBJECTSTORE_SCRIPT_PRECHECK", "RUN_LOCAL_SCRIPT_PRECHECK", "INVOKE_FUNCTION_PRECHECK", "RUN_OBJECTSTORE_SCRIPT", "RUN_LOCAL_SCRIPT", "INVOKE_FUNCTION" :type step_type: str :param function_id: The value to assign to the function_id property of this InvokeFunctionStep. :type function_id: str :param function_region: The value to assign to the function_region property of this InvokeFunctionStep. :type function_region: str :param request_body: The value to assign to the request_body property of this InvokeFunctionStep. :type request_body: str �str)Z step_type�function_id�function_region�request_bodyZstepTypeZ functionIdZfunctionRegionZrequestBodyNZINVOKE_FUNCTION)Z swagger_typesZ attribute_mapZ _step_type�_function_id�_function_region� _request_body)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/disaster_recovery/models/invoke_function_step.py�__init__ s ��zInvokeFunctionStep.__init__c C s | j S )z� **[Required]** Gets the function_id of this InvokeFunctionStep. The OCID of function to be invoked. Example: `ocid1.fnfunc.oc1..uniqueID` :return: The function_id of this InvokeFunctionStep. :rtype: str �r �r r r r r >