📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: package_detail.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 )� PackageDetailz4 details of package causing vulnerabilities c K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new PackageDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this PackageDetail. :type name: str :param package_type: The value to assign to the package_type property of this PackageDetail. :type package_type: str :param version: The value to assign to the version property of this PackageDetail. :type version: str :param cause: The value to assign to the cause property of this PackageDetail. :type cause: str :param location: The value to assign to the location property of this PackageDetail. :type location: str :param remediation: The value to assign to the remediation property of this PackageDetail. :type remediation: str �str)�name�package_type�version�cause�location�remediationr ZpackageTyper r r r N)Z swagger_typesZ attribute_map�_name� _package_type�_version�_cause� _location�_remediation)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/cloud_guard/models/package_detail.py�__init__ s( � � zPackageDetail.__init__c C s | j S )z� **[Required]** Gets the name of this PackageDetail. name of the package :return: The name of this PackageDetail. :rtype: str �r �r r r r r I s zPackageDetail.namec C s || _ dS )z� Sets the name of this PackageDetail. name of the package :param name: The name of this PackageDetail. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the package_type of this PackageDetail. type of the package :return: The package_type of this PackageDetail. :rtype: str �r r r r r r a s zPackageDetail.package_typec C s || _ dS )z� Sets the package_type of this PackageDetail. type of the package :param package_type: The package_type of this PackageDetail. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the version of this PackageDetail. version of the package :return: The version of this PackageDetail. :rtype: str �r r r r r r y s zPackageDetail.versionc C s || _ dS )z� Sets the version of this PackageDetail. version of the package :param version: The version of this PackageDetail. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the cause of this PackageDetail. cause of the vulnerability in the package :return: The cause of this PackageDetail. :rtype: str �r r r r r r � s zPackageDetail.causec C s || _ dS )z� Sets the cause of this PackageDetail. cause of the vulnerability in the package :param cause: The cause of this PackageDetail. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the location of this PackageDetail. location of the package :return: The location of this PackageDetail. :rtype: str �r r r r r r � s zPackageDetail.locationc C s || _ dS )z� Sets the location of this PackageDetail. location of the package :param location: The location of this PackageDetail. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the remediation of this PackageDetail. remediation for vulnerability :return: The remediation of this PackageDetail. :rtype: str �r r r r r r � s zPackageDetail.remediationc C s || _ dS )z� Sets the remediation of this PackageDetail. remediation for vulnerability :param remediation: The remediation of this PackageDetail. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zPackageDetail.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zPackageDetail.__eq__c C s | |k S r r r# r r r �__ne__� s zPackageDetail.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&