📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
fleet_apps_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: script_based_execution_details.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ExecutionDetails� )�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 )�ScriptBasedExecutionDetailsz, Details for script based execution c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a� Initializes a new ScriptBasedExecutionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_apps_management.models.ScriptBasedExecutionDetails.execution_type` attribute of this class is ``SCRIPT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param execution_type: The value to assign to the execution_type property of this ScriptBasedExecutionDetails. Allowed values for this property are: "SCRIPT", "API" :type execution_type: str :param variables: The value to assign to the variables property of this ScriptBasedExecutionDetails. :type variables: oci.fleet_apps_management.models.TaskVariable :param content: The value to assign to the content property of this ScriptBasedExecutionDetails. :type content: oci.fleet_apps_management.models.ContentDetails :param command: The value to assign to the command property of this ScriptBasedExecutionDetails. :type command: str �strZTaskVariableZContentDetails)Zexecution_type� variables�content�commandZ executionTyper r r NZSCRIPT)Z swagger_typesZ attribute_mapZ_execution_type� _variables�_content�_command)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/script_based_execution_details.py�__init__ s ��z$ScriptBasedExecutionDetails.__init__c C s | j S )z� Gets the variables of this ScriptBasedExecutionDetails. :return: The variables of this ScriptBasedExecutionDetails. :rtype: oci.fleet_apps_management.models.TaskVariable �r �r r r r r >