📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: addm_db_schema_object_summary.cpython-39.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�AddmDbSchemaObjectSummaryz' Details for a given object id c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )ah Initializes a new AddmDbSchemaObjectSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AddmDbSchemaObjectSummary. :type id: str :param object_identifier: The value to assign to the object_identifier property of this AddmDbSchemaObjectSummary. :type object_identifier: int :param owner: The value to assign to the owner property of this AddmDbSchemaObjectSummary. :type owner: str :param object_name: The value to assign to the object_name property of this AddmDbSchemaObjectSummary. :type object_name: str :param sub_object_name: The value to assign to the sub_object_name property of this AddmDbSchemaObjectSummary. :type sub_object_name: str :param object_type: The value to assign to the object_type property of this AddmDbSchemaObjectSummary. :type object_type: str �str�int)�id�object_identifier�owner�object_name�sub_object_name�object_typer ZobjectIdentifierr Z objectNameZ subObjectNameZ objectTypeN)Z swagger_typesZ attribute_map�_id�_object_identifier�_owner�_object_name�_sub_object_name�_object_type)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/opsi/models/addm_db_schema_object_summary.py�__init__ s( � � z"AddmDbSchemaObjectSummary.__init__c C s | j S )a& **[Required]** Gets the id of this AddmDbSchemaObjectSummary. The `OCID`__ of the Database insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this AddmDbSchemaObjectSummary. :rtype: str �r �r r r r r I s zAddmDbSchemaObjectSummary.idc C s || _ dS )a Sets the id of this AddmDbSchemaObjectSummary. The `OCID`__ of the Database insight. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this AddmDbSchemaObjectSummary. :type: str Nr )r r r r r r W s c C s | j S )z� **[Required]** Gets the object_identifier of this AddmDbSchemaObjectSummary. Object id (from RDBMS) :return: The object_identifier of this AddmDbSchemaObjectSummary. :rtype: int �r r r r r r e s z+AddmDbSchemaObjectSummary.object_identifierc C s || _ dS )z� Sets the object_identifier of this AddmDbSchemaObjectSummary. Object id (from RDBMS) :param object_identifier: The object_identifier of this AddmDbSchemaObjectSummary. :type: int Nr )r r r r r r q s c C s | j S )z� **[Required]** Gets the owner of this AddmDbSchemaObjectSummary. Owner of object :return: The owner of this AddmDbSchemaObjectSummary. :rtype: str �r r r r r r } s zAddmDbSchemaObjectSummary.ownerc C s || _ dS )z� Sets the owner of this AddmDbSchemaObjectSummary. Owner of object :param owner: The owner of this AddmDbSchemaObjectSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the object_name of this AddmDbSchemaObjectSummary. Name of object :return: The object_name of this AddmDbSchemaObjectSummary. :rtype: str �r r r r r r � s z%AddmDbSchemaObjectSummary.object_namec C s || _ dS )z� Sets the object_name of this AddmDbSchemaObjectSummary. Name of object :param object_name: The object_name of this AddmDbSchemaObjectSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the sub_object_name of this AddmDbSchemaObjectSummary. Subobject name; for example, partition name :return: The sub_object_name of this AddmDbSchemaObjectSummary. :rtype: str �r r r r r r � s z)AddmDbSchemaObjectSummary.sub_object_namec C s || _ dS )z� Sets the sub_object_name of this AddmDbSchemaObjectSummary. Subobject name; for example, partition name :param sub_object_name: The sub_object_name of this AddmDbSchemaObjectSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the object_type of this AddmDbSchemaObjectSummary. Type of the object (such as TABLE, INDEX) :return: The object_type of this AddmDbSchemaObjectSummary. :rtype: str �r r r r r r � s z%AddmDbSchemaObjectSummary.object_typec C s || _ dS )z� Sets the object_type of this AddmDbSchemaObjectSummary. Type of the object (such as TABLE, INDEX) :param object_type: The object_type of this AddmDbSchemaObjectSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z"AddmDbSchemaObjectSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z AddmDbSchemaObjectSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z AddmDbSchemaObjectSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"