📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enterprise_manager_bridge.cpython-39.pyc
a ���f�J � @ 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 d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�EnterpriseManagerBridgez- Enterprise Manager bridge resource. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�NEEDS_ATTENTIONc K s� ddddddddddddddd�| _ dddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )aD Initializes a new EnterpriseManagerBridge 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 EnterpriseManagerBridge. :type id: str :param compartment_id: The value to assign to the compartment_id property of this EnterpriseManagerBridge. :type compartment_id: str :param display_name: The value to assign to the display_name property of this EnterpriseManagerBridge. :type display_name: str :param description: The value to assign to the description property of this EnterpriseManagerBridge. :type description: str :param object_storage_namespace_name: The value to assign to the object_storage_namespace_name property of this EnterpriseManagerBridge. :type object_storage_namespace_name: str :param object_storage_bucket_name: The value to assign to the object_storage_bucket_name property of this EnterpriseManagerBridge. :type object_storage_bucket_name: str :param object_storage_bucket_status_details: The value to assign to the object_storage_bucket_status_details property of this EnterpriseManagerBridge. :type object_storage_bucket_status_details: str :param freeform_tags: The value to assign to the freeform_tags property of this EnterpriseManagerBridge. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EnterpriseManagerBridge. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this EnterpriseManagerBridge. :type system_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this EnterpriseManagerBridge. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this EnterpriseManagerBridge. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this EnterpriseManagerBridge. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this EnterpriseManagerBridge. :type lifecycle_details: str �strzdict(str, str)zdict(str, dict(str, object))Zdatetime)�id�compartment_id�display_name�description�object_storage_namespace_name�object_storage_bucket_name�$object_storage_bucket_status_details� freeform_tags�defined_tags�system_tags�time_created�time_updated�lifecycle_state�lifecycle_detailsr Z compartmentIdZdisplayNamer ZobjectStorageNamespaceNameZobjectStorageBucketNameZ objectStorageBucketStatusDetailsZfreeformTagsZdefinedTagsZ systemTagsZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_description�_object_storage_namespace_name�_object_storage_bucket_name�%_object_storage_bucket_status_details�_freeform_tags� _defined_tags�_system_tags� _time_created� _time_updated�_lifecycle_state�_lifecycle_details)�self�kwargs� r- �M/usr/lib/python3.9/site-packages/oci/opsi/models/enterprise_manager_bridge.py�__init__. sX A��z EnterpriseManagerBridge.__init__c C s | j S )z� **[Required]** Gets the id of this EnterpriseManagerBridge. Enterprise Manager bridge identifier :return: The id of this EnterpriseManagerBridge. :rtype: str �r �r+ r- r- r. r � s zEnterpriseManagerBridge.idc C s || _ dS )z� Sets the id of this EnterpriseManagerBridge. Enterprise Manager bridge identifier :param id: The id of this EnterpriseManagerBridge. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the compartment_id of this EnterpriseManagerBridge. Compartment identifier of the Enterprise Manager bridge :return: The compartment_id of this EnterpriseManagerBridge. :rtype: str �r r1 r- r- r. r � s z&EnterpriseManagerBridge.compartment_idc C s || _ dS )z� Sets the compartment_id of this EnterpriseManagerBridge. Compartment identifier of the Enterprise Manager bridge :param compartment_id: The compartment_id of this EnterpriseManagerBridge. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a **[Required]** Gets the display_name of this EnterpriseManagerBridge. User-friedly name of Enterprise Manager Bridge that does not have to be unique. :return: The display_name of this EnterpriseManagerBridge. :rtype: str �r r1 r- r- r. r � s z$EnterpriseManagerBridge.display_namec C s || _ dS )a Sets the display_name of this EnterpriseManagerBridge. User-friedly name of Enterprise Manager Bridge that does not have to be unique. :param display_name: The display_name of this EnterpriseManagerBridge. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )z� Gets the description of this EnterpriseManagerBridge. Description of Enterprise Manager Bridge :return: The description of this EnterpriseManagerBridge. :rtype: str �r r1 r- r- r. r � s z#EnterpriseManagerBridge.descriptionc C s || _ dS )z� Sets the description of this EnterpriseManagerBridge. Description of Enterprise Manager Bridge :param description: The description of this EnterpriseManagerBridge. :type: str Nr4 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the object_storage_namespace_name of this EnterpriseManagerBridge. Object Storage Namespace Name :return: The object_storage_namespace_name of this EnterpriseManagerBridge. :rtype: str �r! r1 r- r- r. r � s z5EnterpriseManagerBridge.object_storage_namespace_namec C s || _ dS )a Sets the object_storage_namespace_name of this EnterpriseManagerBridge. Object Storage Namespace Name :param object_storage_namespace_name: The object_storage_namespace_name of this EnterpriseManagerBridge. :type: str Nr5 )r+ r r- r- r. r s c C s | j S )z� **[Required]** Gets the object_storage_bucket_name of this EnterpriseManagerBridge. Object Storage Bucket Name :return: The object_storage_bucket_name of this EnterpriseManagerBridge. :rtype: str �r"