📂 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
›
vulnerability_scanning
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/vulnerability_scanning/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_scan_agent_settings.pyc
a O��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 @ sl e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z dd � Zdd� Zdd� Z dS )�HostScanAgentSettingsz- Agent scan settings for a host scan �NONE�STANDARDc K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new HostScanAgentSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param scan_level: The value to assign to the scan_level property of this HostScanAgentSettings. Allowed values for this property are: "NONE", "STANDARD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scan_level: str :param agent_configuration: The value to assign to the agent_configuration property of this HostScanAgentSettings. :type agent_configuration: oci.vulnerability_scanning.models.HostScanAgentConfiguration �str�HostScanAgentConfiguration)� scan_level�agent_configuration� scanLevel�agentConfigurationN)� swagger_types� attribute_map�_scan_level�_agent_configuration)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/host_scan_agent_settings.py�__init__ s ��zHostScanAgentSettings.__init__c C s | j S )av **[Required]** Gets the scan_level of this HostScanAgentSettings. The scan level Allowed values for this property are: "NONE", "STANDARD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The scan_level of this HostScanAgentSettings. :rtype: str )r �r r r r r 5 s z HostScanAgentSettings.scan_levelc C s ddg}t ||�sd}|| _dS )z� Sets the scan_level of this HostScanAgentSettings. The scan level :param scan_level: The scan_level of this HostScanAgentSettings. :type: str r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r D s c C s | j S )z� Gets the agent_configuration of this HostScanAgentSettings. :return: The agent_configuration of this HostScanAgentSettings. :rtype: oci.vulnerability_scanning.models.HostScanAgentConfiguration �r r r r r r S s z)HostScanAgentSettings.agent_configurationc C s || _ dS )z� Sets the agent_configuration of this HostScanAgentSettings. :param agent_configuration: The agent_configuration of this HostScanAgentSettings. :type: oci.vulnerability_scanning.models.HostScanAgentConfiguration Nr )r r r r r r ] s c C s t | �S �N)r r r r r �__repr__g s zHostScanAgentSettings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__j s zHostScanAgentSettings.__eq__c C s | |k S r r r r r r �__ne__p s zHostScanAgentSettings.__ne__N)�__name__� __module__�__qualname__�__doc__�SCAN_LEVEL_NONE�SCAN_LEVEL_STANDARDr �propertyr �setterr r r! r"