📂 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
›
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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: associated_local_task_details.cpython-39.pyc
a ���fl% � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AssociatedTaskDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�AssociatedLocalTaskDetailsz" The details of the task. �WINDOWS�LINUX�GENERICc K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )aE Initializes a new AssociatedLocalTaskDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.fleet_apps_management.models.AssociatedLocalTaskDetails.scope` attribute of this class is ``LOCAL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scope: The value to assign to the scope property of this AssociatedLocalTaskDetails. Allowed values for this property are: "LOCAL", "SHARED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scope: str :param execution_details: The value to assign to the execution_details property of this AssociatedLocalTaskDetails. :type execution_details: oci.fleet_apps_management.models.ExecutionDetails :param description: The value to assign to the description property of this AssociatedLocalTaskDetails. :type description: str :param platform: The value to assign to the platform property of this AssociatedLocalTaskDetails. :type platform: str :param is_copy_to_library_enabled: The value to assign to the is_copy_to_library_enabled property of this AssociatedLocalTaskDetails. :type is_copy_to_library_enabled: bool :param os_type: The value to assign to the os_type property of this AssociatedLocalTaskDetails. Allowed values for this property are: "WINDOWS", "LINUX", "GENERIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type os_type: str :param properties: The value to assign to the properties property of this AssociatedLocalTaskDetails. :type properties: oci.fleet_apps_management.models.Properties :param name: The value to assign to the name property of this AssociatedLocalTaskDetails. :type name: str �strZExecutionDetails�boolZ Properties)�scope�execution_details�description�platform�is_copy_to_library_enabled�os_type� properties�namer ZexecutionDetailsr r ZisCopyToLibraryEnabledZosTyper r NZLOCAL) Z swagger_typesZ attribute_mapZ_scope�_execution_details�_description� _platform�_is_copy_to_library_enabled�_os_type�_properties�_name)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/associated_local_task_details.py�__init__ s6 ,��z#AssociatedLocalTaskDetails.__init__c C s | j S )z� **[Required]** Gets the execution_details of this AssociatedLocalTaskDetails. :return: The execution_details of this AssociatedLocalTaskDetails. :rtype: oci.fleet_apps_management.models.ExecutionDetails �r �r r r r r i s z,AssociatedLocalTaskDetails.execution_detailsc C s || _ dS )z� Sets the execution_details of this AssociatedLocalTaskDetails. :param execution_details: The execution_details of this AssociatedLocalTaskDetails. :type: oci.fleet_apps_management.models.ExecutionDetails Nr"