📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_migration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_migration/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: unsupported_database_object.pyc
a N��fo � @ 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 ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z dd� Zdd� Zdd� Z dS )�UnsupportedDatabaseObjectz4 Database objects to exclude from migration �GOLDEN_GATEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a8 Initializes a new UnsupportedDatabaseObject object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this UnsupportedDatabaseObject. Allowed values for this property are: "GOLDEN_GATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param owner: The value to assign to the owner property of this UnsupportedDatabaseObject. :type owner: str :param object_name: The value to assign to the object_name property of this UnsupportedDatabaseObject. :type object_name: str �str)�type�owner�object_namer r � objectNameN)� swagger_types� attribute_map�_type�_owner�_object_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_migration/models/unsupported_database_object.py�__init__ s ��z"UnsupportedDatabaseObject.__init__c C s | j S )aj Gets the type of this UnsupportedDatabaseObject. Type of unsupported object Allowed values for this property are: "GOLDEN_GATE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this UnsupportedDatabaseObject. :rtype: str )r �r r r r r 8 s zUnsupportedDatabaseObject.typec C s dg}t ||�sd}|| _dS )z� Sets the type of this UnsupportedDatabaseObject. Type of unsupported object :param type: The type of this UnsupportedDatabaseObject. :type: str r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r G s c C s | j S )z� **[Required]** Gets the owner of this UnsupportedDatabaseObject. Owner of the object (regular expression is allowed) :return: The owner of this UnsupportedDatabaseObject. :rtype: str �r r r r r r V s zUnsupportedDatabaseObject.ownerc C s || _ dS )z� Sets the owner of this UnsupportedDatabaseObject. Owner of the object (regular expression is allowed) :param owner: The owner of this UnsupportedDatabaseObject. :type: str Nr )r r r r r r b s c C s | j S )z� **[Required]** Gets the object_name of this UnsupportedDatabaseObject. Name of the object (regular expression is allowed) :return: The object_name of this UnsupportedDatabaseObject. :rtype: str �r r r r r r n s z%UnsupportedDatabaseObject.object_namec C s || _ dS )z� Sets the object_name of this UnsupportedDatabaseObject. Name of the object (regular expression is allowed) :param object_name: The object_name of this UnsupportedDatabaseObject. :type: str Nr )r r r r r r z s c C s t | �S �N)r r r r r �__repr__� s z"UnsupportedDatabaseObject.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z UnsupportedDatabaseObject.__eq__c C s | |k S r r r r r r �__ne__� s z UnsupportedDatabaseObject.__ne__N)�__name__� __module__�__qualname__�__doc__�TYPE_GOLDEN_GATEr �propertyr �setterr r r r! r"