📂 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
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: namespace_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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�NamespaceSummaryz Summary of a namespace �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )aP Initializes a new NamespaceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this NamespaceSummary. :type key: str :param display_name: The value to assign to the display_name property of this NamespaceSummary. :type display_name: str :param description: The value to assign to the description property of this NamespaceSummary. :type description: str :param is_service_defined: The value to assign to the is_service_defined property of this NamespaceSummary. :type is_service_defined: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this NamespaceSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this NamespaceSummary. :type time_created: datetime �str�boolZdatetime)�key�display_name�description�is_service_defined�lifecycle_state�time_createdr ZdisplayNamer ZisServiceDefinedZlifecycleStateZtimeCreatedN)Z swagger_typesZ attribute_map�_key� _display_name�_description�_is_service_defined�_lifecycle_state� _time_created)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/data_catalog/models/namespace_summary.py�__init__2 s( !� � zNamespaceSummary.__init__c C s | j S )z� **[Required]** Gets the key of this NamespaceSummary. Unique namespace key that is immutable. :return: The key of this NamespaceSummary. :rtype: str �r �r r r r r k s zNamespaceSummary.keyc C s || _ dS )z� Sets the key of this NamespaceSummary. Unique namespace key that is immutable. :param key: The key of this NamespaceSummary. :type: str Nr"