📂 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.cpython-39.pyc
a ���f8- � @ 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� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).� Namespacez Namespace Definition �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new Namespace 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 Namespace. :type key: str :param display_name: The value to assign to the display_name property of this Namespace. :type display_name: str :param description: The value to assign to the description property of this Namespace. :type description: str :param is_service_defined: The value to assign to the is_service_defined property of this Namespace. :type is_service_defined: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Namespace. 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 Namespace. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Namespace. :type time_updated: datetime :param created_by_id: The value to assign to the created_by_id property of this Namespace. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this Namespace. :type updated_by_id: str �str�boolZdatetime) �key�display_name�description�is_service_defined�lifecycle_state�time_created�time_updated� created_by_id� updated_by_idr ZdisplayNamer ZisServiceDefinedZlifecycleStateZtimeCreatedZtimeUpdatedZcreatedByIdZupdatedByIdN)Z swagger_typesZ attribute_map�_key� _display_name�_description�_is_service_defined�_lifecycle_state� _time_created� _time_updated�_created_by_id�_updated_by_id)�self�kwargs� r% �E/usr/lib/python3.9/site-packages/oci/data_catalog/models/namespace.py�__init__2 s: -� �zNamespace.__init__c C s | j S )z� **[Required]** Gets the key of this Namespace. Unique namespace key that is immutable. :return: The key of this Namespace. :rtype: str �r �r# r% r% r&