📂 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
›
vulnerability_scanning
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vulnerability_impacted_host_summary.cpython-39.pyc
a ���fL � @ 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_idZ instanceIdZ compartmentIdZlastAgentScanIdN)Z swagger_typesZ attribute_map�_instance_id�_compartment_id�_last_agent_scan_id)�self�kwargs� r �i/usr/lib/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 4 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 @ s c C s | j S )z� **[Required]** Gets the compartment_id of this VulnerabilityImpactedHostSummary. The compartment ID of the impacted host :return: The compartment_id of this VulnerabilityImpactedHostSummary. :rtype: str �r r r r r r L s z/VulnerabilityImpactedHostSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this VulnerabilityImpactedHostSummary. The compartment ID of the impacted host :param compartment_id: The compartment_id of this VulnerabilityImpactedHostSummary. :type: str Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the last_agent_scan_id of this VulnerabilityImpactedHostSummary. The `OCID`__ of the host agent scan result. Immutable and generated on creation. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The last_agent_scan_id of this VulnerabilityImpactedHostSummary. :rtype: str �r r r r r r d s z3VulnerabilityImpactedHostSummary.last_agent_scan_idc C s || _ dS )a� Sets the last_agent_scan_id of this VulnerabilityImpactedHostSummary. The `OCID`__ of the host agent scan result. Immutable and generated on creation. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param last_agent_scan_id: The last_agent_scan_id of this VulnerabilityImpactedHostSummary. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__� s z)VulnerabilityImpactedHostSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z'VulnerabilityImpactedHostSummary.__eq__c C s | |k S r r r r r r �__ne__� s z'VulnerabilityImpactedHostSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"