📂 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
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: responder_configuration.pyc
a N��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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ResponderConfigurationz7 A single configuration applied to a responder c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ap Initializes a new ResponderConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config_key: The value to assign to the config_key property of this ResponderConfiguration. :type config_key: str :param name: The value to assign to the name property of this ResponderConfiguration. :type name: str :param value: The value to assign to the value property of this ResponderConfiguration. :type value: str �str)� config_key�name�value� configKeyr r N)� swagger_types� attribute_map�_config_key�_name�_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/responder_configuration.py�__init__ s ��zResponderConfiguration.__init__c C s | j S )z� **[Required]** Gets the config_key of this ResponderConfiguration. Unique name of the configuration :return: The config_key of this ResponderConfiguration. :rtype: str �r �r r r r r 2 s z!ResponderConfiguration.config_keyc C s || _ dS )z� Sets the config_key of this ResponderConfiguration. Unique name of the configuration :param config_key: The config_key of this ResponderConfiguration. :type: str Nr )r r r r r r >