📂 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_local_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 ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�RunLocalScriptUserDefinedStepz( Run Local Script step details. c K sL dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _d | _dS ) a� Initializes a new RunLocalScriptUserDefinedStep object with values from keyword arguments. The default value of the :py:attr:`~oci.disaster_recovery.models.RunLocalScriptUserDefinedStep.step_type` attribute of this class is ``RUN_LOCAL_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 RunLocalScriptUserDefinedStep. 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 RunLocalScriptUserDefinedStep. :type run_on_instance_id: str :param run_on_instance_region: The value to assign to the run_on_instance_region property of this RunLocalScriptUserDefinedStep. :type run_on_instance_region: str :param script_command: The value to assign to the script_command property of this RunLocalScriptUserDefinedStep. :type script_command: str :param run_as_user: The value to assign to the run_as_user property of this RunLocalScriptUserDefinedStep. :type run_as_user: str �str)� step_type�run_on_instance_id�run_on_instance_region�script_command�run_as_user�stepType�runOnInstanceId�runOnInstanceRegion� scriptCommand� runAsUserN�RUN_LOCAL_SCRIPT)� swagger_types� attribute_map� _step_type�_run_on_instance_id�_run_on_instance_region�_script_command�_run_as_user)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/disaster_recovery/models/run_local_script_user_defined_step.py�__init__ s$ � �z&RunLocalScriptUserDefinedStep.__init__c C s | j S )aC Gets the run_on_instance_id of this RunLocalScriptUserDefinedStep. 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 RunLocalScriptUserDefinedStep. :rtype: str �r �r r r r r C s z0RunLocalScriptUserDefinedStep.run_on_instance_idc C s || _ dS )aT Sets the run_on_instance_id of this RunLocalScriptUserDefinedStep. The OCID of the instance where this script or command should be executed. Example: `ocid1.instance.oc1.phx.exampleocid1` :param run_on_instance_id: The run_on_instance_id of this RunLocalScriptUserDefinedStep. :type: str Nr! )r r r r r r Q s c C s | j S )a Gets the run_on_instance_region of this RunLocalScriptUserDefinedStep. The region in which the instance is present. Example: `us-phoenix-1` :return: The run_on_instance_region of this RunLocalScriptUserDefinedStep. :rtype: str �r r"