📂 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: migration_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 )�MigrationObjectSummaryz? 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 MigrationObjectSummary 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 MigrationObjectSummary. :type owner: str :param object_name: The value to assign to the object_name property of this MigrationObjectSummary. :type object_name: str :param type: The value to assign to the type property of this MigrationObjectSummary. :type type: str :param object_status: The value to assign to the object_status property of this MigrationObjectSummary. 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 is_omit_excluded_table_from_replication: The value to assign to the is_omit_excluded_table_from_replication property of this MigrationObjectSummary. :type is_omit_excluded_table_from_replication: bool �str�bool)�owner�object_name�type� object_status�'is_omit_excluded_table_from_replicationr Z objectNamer ZobjectStatusZ"isOmitExcludedTableFromReplicationN)Z swagger_typesZ attribute_map�_owner�_object_name�_type�_object_status�(_is_omit_excluded_table_from_replication)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_migration/models/migration_object_summary.py�__init__ s"