📂 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
›
database_migration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_migration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: excluded_object_summary.cpython-39.opt-1.pyc
a ���fT � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�ExcludedObjectSummaryz' Excluded object summary line. �ORACLE_MAINTAINED�GG_UNSUPPORTED� USER_EXCLUDED�MANDATORY_EXCLUDED�USER_EXCLUDED_TYPEc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ExcludedObjectSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param owner: The value to assign to the owner property of this ExcludedObjectSummary. :type owner: str :param object: The value to assign to the object property of this ExcludedObjectSummary. :type object: str :param type: The value to assign to the type property of this ExcludedObjectSummary. :type type: str :param reason_category: The value to assign to the reason_category property of this ExcludedObjectSummary. Allowed values for this property are: "ORACLE_MAINTAINED", "GG_UNSUPPORTED", "USER_EXCLUDED", "MANDATORY_EXCLUDED", "USER_EXCLUDED_TYPE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type reason_category: str :param source_rule: The value to assign to the source_rule property of this ExcludedObjectSummary. :type source_rule: str �str)�owner�object�type�reason_category�source_ruler r r ZreasonCategoryZ sourceRuleN)Z swagger_typesZ attribute_map�_owner�_object�_type�_reason_category�_source_rule)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/database_migration/models/excluded_object_summary.py�__init__&