📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: diffs.cpython-39.pyc
a ���fq � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$�DiffszP Results of the comparison of an item between two security assessments. �HIGH�MEDIUM�LOW�EVALUATE�ADVISORY�PASS�DEFERREDc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new Diffs object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param current: The value to assign to the current property of this Diffs. :type current: oci.data_safe.models.Finding :param baseline: The value to assign to the baseline property of this Diffs. :type baseline: oci.data_safe.models.Finding :param removed_items: The value to assign to the removed_items property of this Diffs. :type removed_items: list[str] :param added_items: The value to assign to the added_items property of this Diffs. :type added_items: list[str] :param modified_items: The value to assign to the modified_items property of this Diffs. :type modified_items: list[str] :param severity: The value to assign to the severity property of this Diffs. Allowed values for this property are: "HIGH", "MEDIUM", "LOW", "EVALUATE", "ADVISORY", "PASS", "DEFERRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type severity: str ZFindingz list[str]�str)�current�baseline� removed_items�added_items�modified_items�severityr r ZremovedItemsZ addedItemsZ modifiedItemsr N)Z swagger_typesZ attribute_map�_current� _baseline�_removed_items�_added_items�_modified_items� _severity)�self�kwargs� r �>/usr/lib/python3.9/site-packages/oci/data_safe/models/diffs.py�__init__. s( !� � zDiffs.__init__c C s | j S )z� Gets the current of this Diffs. :return: The current of this Diffs. :rtype: oci.data_safe.models.Finding �r �r r r r r g s z Diffs.currentc C s || _ dS )z� Sets the current of this Diffs. :param current: The current of this Diffs. :type: oci.data_safe.models.Finding Nr )r r r r r r q s c C s | j S )z� Gets the baseline of this Diffs. :return: The baseline of this Diffs. :rtype: oci.data_safe.models.Finding �r r! r r r r { s zDiffs.baselinec C s || _ dS )z� Sets the baseline of this Diffs. :param baseline: The baseline of this Diffs. :type: oci.data_safe.models.Finding Nr"