📂 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_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_asm_user_summary.cpython-39.pyc
a ���fV � @ 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 d d� Z dd� Zdd� ZdS )�ExternalAsmUserSummaryz% The summary of an ASM user. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ay Initializes a new ExternalAsmUserSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this ExternalAsmUserSummary. :type name: str :param privileges: The value to assign to the privileges property of this ExternalAsmUserSummary. :type privileges: list[str] :param asm_id: The value to assign to the asm_id property of this ExternalAsmUserSummary. :type asm_id: str �strz list[str])�name� privileges�asm_idr r ZasmIdN)Z swagger_typesZ attribute_map�_name�_privileges�_asm_id)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/database_management/models/external_asm_user_summary.py�__init__ s ��zExternalAsmUserSummary.__init__c C s | j S )z� **[Required]** Gets the name of this ExternalAsmUserSummary. The name of the ASM user. :return: The name of this ExternalAsmUserSummary. :rtype: str �r �r r r r r 4 s zExternalAsmUserSummary.namec C s || _ dS )z� Sets the name of this ExternalAsmUserSummary. The name of the ASM user. :param name: The name of this ExternalAsmUserSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the privileges of this ExternalAsmUserSummary. The list of privileges of the ASM user. :return: The privileges of this ExternalAsmUserSummary. :rtype: list[str] �r r r r r r L s z!ExternalAsmUserSummary.privilegesc C s || _ dS )z� Sets the privileges of this ExternalAsmUserSummary. The list of privileges of the ASM user. :param privileges: The privileges of this ExternalAsmUserSummary. :type: list[str] Nr )r r r r r r X s c C s | j S )a Gets the asm_id of this ExternalAsmUserSummary. The `OCID`__ of the external ASM. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The asm_id of this ExternalAsmUserSummary. :rtype: str �r r r r r r d s zExternalAsmUserSummary.asm_idc C s || _ dS )a Sets the asm_id of this ExternalAsmUserSummary. The `OCID`__ of the external ASM. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param asm_id: The asm_id of this ExternalAsmUserSummary. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zExternalAsmUserSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zExternalAsmUserSummary.__eq__c C s | |k S r r r r r r �__ne__� s zExternalAsmUserSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"