📂 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
›
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: oracle_database_object_summary.cpython-39.opt-1.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z dd� Zdd� Zdd� ZdS )�OracleDatabaseObjectSummaryz? Database objects to include or exclude from migration �EXCLUDE�INCLUDEc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new OracleDatabaseObjectSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param object_status: The value to assign to the object_status property of this OracleDatabaseObjectSummary. Allowed values for this property are: "EXCLUDE", "INCLUDE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type object_status: str :param owner: The value to assign to the owner property of this OracleDatabaseObjectSummary. :type owner: str :param object_name: The value to assign to the object_name property of this OracleDatabaseObjectSummary. :type object_name: str :param type: The value to assign to the type property of this OracleDatabaseObjectSummary. :type type: str :param is_omit_excluded_table_from_replication: The value to assign to the is_omit_excluded_table_from_replication property of this OracleDatabaseObjectSummary. :type is_omit_excluded_table_from_replication: bool �str�bool)� object_status�owner�object_name�type�'is_omit_excluded_table_from_replicationZobjectStatusr Z objectNamer Z"isOmitExcludedTableFromReplicationN)Z swagger_typesZ attribute_map�_object_status�_owner�_object_name�_type�(_is_omit_excluded_table_from_replication)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/database_migration/models/oracle_database_object_summary.py�__init__ s"