📂 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
›
desktops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/desktops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: desktop_device_policy.cpython-39.pyc
a ���f\4 � @ 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 ZdZdZdZdZdZdZdZ dZ dZdZdZ dZdd� Zed d � �Zejdd � �Zedd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�DesktopDevicePolicyz� Provides the settings for desktop and client device options, such as audio in and out, client drive mapping, and clipboard access. �NONE� TODESKTOP�FROMDESKTOP�FULL�READONLYc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DesktopDevicePolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param clipboard_mode: The value to assign to the clipboard_mode property of this DesktopDevicePolicy. Allowed values for this property are: "NONE", "TODESKTOP", "FROMDESKTOP", "FULL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type clipboard_mode: str :param audio_mode: The value to assign to the audio_mode property of this DesktopDevicePolicy. Allowed values for this property are: "NONE", "TODESKTOP", "FROMDESKTOP", "FULL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type audio_mode: str :param cdm_mode: The value to assign to the cdm_mode property of this DesktopDevicePolicy. Allowed values for this property are: "NONE", "READONLY", "FULL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type cdm_mode: str :param is_printing_enabled: The value to assign to the is_printing_enabled property of this DesktopDevicePolicy. :type is_printing_enabled: bool :param is_pointer_enabled: The value to assign to the is_pointer_enabled property of this DesktopDevicePolicy. :type is_pointer_enabled: bool :param is_keyboard_enabled: The value to assign to the is_keyboard_enabled property of this DesktopDevicePolicy. :type is_keyboard_enabled: bool :param is_display_enabled: The value to assign to the is_display_enabled property of this DesktopDevicePolicy. :type is_display_enabled: bool �str�bool)�clipboard_mode� audio_mode�cdm_mode�is_printing_enabled�is_pointer_enabled�is_keyboard_enabled�is_display_enabledZ clipboardModeZ audioModeZcdmModeZisPrintingEnabledZisPointerEnabledZisKeyboardEnabledZisDisplayEnabledN) Z swagger_typesZ attribute_map�_clipboard_mode�_audio_mode� _cdm_mode�_is_printing_enabled�_is_pointer_enabled�_is_keyboard_enabled�_is_display_enabled)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/desktops/models/desktop_device_policy.py�__init__>