📂 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: vulnerability_impacted_host_summary.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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� VulnerabilityImpactedHostSummaryz; Information on a host impacted by a vulnerability c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new VulnerabilityImpactedHostSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param instance_id: The value to assign to the instance_id property of this VulnerabilityImpactedHostSummary. :type instance_id: str :param compartment_id: The value to assign to the compartment_id property of this VulnerabilityImpactedHostSummary. :type compartment_id: str :param last_agent_scan_id: The value to assign to the last_agent_scan_id property of this VulnerabilityImpactedHostSummary. :type last_agent_scan_id: str �str)�instance_id�compartment_id�last_agent_scan_id� instanceId� compartmentId�lastAgentScanIdN)� swagger_types� attribute_map�_instance_id�_compartment_id�_last_agent_scan_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/vulnerability_impacted_host_summary.py�__init__ s ��z)VulnerabilityImpactedHostSummary.__init__c C s | j S )z� **[Required]** Gets the instance_id of this VulnerabilityImpactedHostSummary. The compute instance ID of the impacted host :return: The instance_id of this VulnerabilityImpactedHostSummary. :rtype: str �r �r r r r r 2 s z,VulnerabilityImpactedHostSummary.instance_idc C s || _ dS )z� Sets the instance_id of this VulnerabilityImpactedHostSummary. The compute instance ID of the impacted host :param instance_id: The instance_id of this VulnerabilityImpactedHostSummary. :type: str Nr )r r r r r r >