📂 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
›
jms
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generate_agent_deploy_script_details.cpython-39.pyc
a ���f5 � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )� GenerateAgentDeployScriptDetailszA Attributes to generate agent deploy script for a Fleet. �LINUX�WINDOWS�MACOS�UNKNOWNc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a: Initializes a new GenerateAgentDeployScriptDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param install_key_id: The value to assign to the install_key_id property of this GenerateAgentDeployScriptDetails. :type install_key_id: str :param os_family: The value to assign to the os_family property of this GenerateAgentDeployScriptDetails. Allowed values for this property are: "LINUX", "WINDOWS", "MACOS", "UNKNOWN" :type os_family: str :param is_user_name_enabled: The value to assign to the is_user_name_enabled property of this GenerateAgentDeployScriptDetails. :type is_user_name_enabled: bool �str�bool)�install_key_id� os_family�is_user_name_enabledZinstallKeyIdZosFamilyZisUserNameEnabledN)Z swagger_typesZ attribute_map�_install_key_id� _os_family�_is_user_name_enabled)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/jms/models/generate_agent_deploy_script_details.py�__init__"