📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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_container_summary.cpython-39.pyc
a ���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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�%VulnerabilityImpactedContainerSummaryzF Information on a container image impacted by a vulnerability c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new VulnerabilityImpactedContainerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param container_scan_target_id: The value to assign to the container_scan_target_id property of this VulnerabilityImpactedContainerSummary. :type container_scan_target_id: str :param repository: The value to assign to the repository property of this VulnerabilityImpactedContainerSummary. :type repository: str :param registry: The value to assign to the registry property of this VulnerabilityImpactedContainerSummary. :type registry: str :param image: The value to assign to the image property of this VulnerabilityImpactedContainerSummary. :type image: str :param last_container_scan_id: The value to assign to the last_container_scan_id property of this VulnerabilityImpactedContainerSummary. :type last_container_scan_id: str :param time_scan_completed: The value to assign to the time_scan_completed property of this VulnerabilityImpactedContainerSummary. :type time_scan_completed: datetime �strZdatetime)�container_scan_target_id� repository�registry�image�last_container_scan_id�time_scan_completedZcontainerScanTargetIdr r r ZlastContainerScanIdZtimeScanCompletedN)Z swagger_typesZ attribute_map�_container_scan_target_id�_repository� _registry�_image�_last_container_scan_id�_time_scan_completed)�self�kwargs� r �n/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/vulnerability_impacted_container_summary.py�__init__ s( � � z.VulnerabilityImpactedContainerSummary.__init__c C s | j S )a **[Required]** Gets the container_scan_target_id of this VulnerabilityImpactedContainerSummary. The scan target id of the repository scan result :return: The container_scan_target_id of this VulnerabilityImpactedContainerSummary. :rtype: str �r �r r r r r I s z>VulnerabilityImpactedContainerSummary.container_scan_target_idc C s || _ dS )a% Sets the container_scan_target_id of this VulnerabilityImpactedContainerSummary. The scan target id of the repository scan result :param container_scan_target_id: The container_scan_target_id of this VulnerabilityImpactedContainerSummary. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the repository of this VulnerabilityImpactedContainerSummary. The repository id of the container image. :return: The repository of this VulnerabilityImpactedContainerSummary. :rtype: str �r r r r r r a s z0VulnerabilityImpactedContainerSummary.repositoryc C s || _ dS )z� Sets the repository of this VulnerabilityImpactedContainerSummary. The repository id of the container image. :param repository: The repository of this VulnerabilityImpactedContainerSummary. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the registry of this VulnerabilityImpactedContainerSummary. The registry key of the container image. :return: The registry of this VulnerabilityImpactedContainerSummary. :rtype: str �r r r r r r y s z.VulnerabilityImpactedContainerSummary.registryc C s || _ dS )z� Sets the registry of this VulnerabilityImpactedContainerSummary. The registry key of the container image. :param registry: The registry of this VulnerabilityImpactedContainerSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the image of this VulnerabilityImpactedContainerSummary. The name of the container image. :return: The image of this VulnerabilityImpactedContainerSummary. :rtype: str �r r r r r r � s z+VulnerabilityImpactedContainerSummary.imagec C s || _ dS )z� Sets the image of this VulnerabilityImpactedContainerSummary. The name of the container image. :param image: The image of this VulnerabilityImpactedContainerSummary. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the last_container_scan_id of this VulnerabilityImpactedContainerSummary. The ID of the last container image scan result Id :return: The last_container_scan_id of this VulnerabilityImpactedContainerSummary. :rtype: str �r r r r r r � s z<VulnerabilityImpactedContainerSummary.last_container_scan_idc C s || _ dS )a Sets the last_container_scan_id of this VulnerabilityImpactedContainerSummary. The ID of the last container image scan result Id :param last_container_scan_id: The last_container_scan_id of this VulnerabilityImpactedContainerSummary. :type: str Nr )r r r r r r � s c C s | j S )aY **[Required]** Gets the time_scan_completed of this VulnerabilityImpactedContainerSummary. Date and time the scan was completed, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :return: The time_scan_completed of this VulnerabilityImpactedContainerSummary. :rtype: datetime �r r r r r r � s z9VulnerabilityImpactedContainerSummary.time_scan_completedc C s || _ dS )a\ Sets the time_scan_completed of this VulnerabilityImpactedContainerSummary. Date and time the scan was completed, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :param time_scan_completed: The time_scan_completed of this VulnerabilityImpactedContainerSummary. :type: datetime Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z.VulnerabilityImpactedContainerSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z,VulnerabilityImpactedContainerSummary.__eq__c C s | |k S r r r# r r r �__ne__� s z,VulnerabilityImpactedContainerSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&