📂 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: details.cpython-39.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�Detailsz" The details of the task. �WINDOWS�LINUX�GENERIC�LOCAL�SHAREDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a4 Initializes a new Details object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param execution_details: The value to assign to the execution_details property of this Details. :type execution_details: oci.fleet_apps_management.models.ExecutionDetails :param platform: The value to assign to the platform property of this Details. :type platform: str :param os_type: The value to assign to the os_type property of this Details. 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 scope: The value to assign to the scope property of this Details. 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 properties: The value to assign to the properties property of this Details. :type properties: oci.fleet_apps_management.models.Properties ZExecutionDetails�strZ Properties)�execution_details�platform�os_type�scope� propertiesZexecutionDetailsr ZosTyper r N)Z swagger_typesZ attribute_map�_execution_details� _platform�_os_type�_scope�_properties)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/fleet_apps_management/models/details.py�__init__&