📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: log_analytics_em_bridge.cpython-39.opt-1.pyc
a ���fvW � @ 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 Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zd=d>� Z d?d@� Z!dAdB� Z"dCS )D�LogAnalyticsEmBridgez> Configuration details for enterprise manager bridge. �CREATING�ACTIVE�DELETED�NEEDS_ATTENTION�NOT_STARTED�SUCCESS�IN_PROGRESS�FAILED�PARTIAL_SUCCESSc K s� ddddddddddddddddd�| _ dddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )aM Initializes a new LogAnalyticsEmBridge 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 LogAnalyticsEmBridge. :type id: str :param display_name: The value to assign to the display_name property of this LogAnalyticsEmBridge. :type display_name: str :param description: The value to assign to the description property of this LogAnalyticsEmBridge. :type description: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsEmBridge. :type compartment_id: str :param em_entities_compartment_id: The value to assign to the em_entities_compartment_id property of this LogAnalyticsEmBridge. :type em_entities_compartment_id: str :param bucket_name: The value to assign to the bucket_name property of this LogAnalyticsEmBridge. :type bucket_name: str :param time_created: The value to assign to the time_created property of this LogAnalyticsEmBridge. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsEmBridge. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsEmBridge. Allowed values for this property are: "CREATING", "ACTIVE", "DELETED", "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 LogAnalyticsEmBridge. :type lifecycle_details: str :param last_import_processing_status: The value to assign to the last_import_processing_status property of this LogAnalyticsEmBridge. Allowed values for this property are: "NOT_STARTED", "SUCCESS", "IN_PROGRESS", "FAILED", "PARTIAL_SUCCESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type last_import_processing_status: str :param last_import_processing_details: The value to assign to the last_import_processing_details property of this LogAnalyticsEmBridge. :type last_import_processing_details: str :param time_import_last_processed: The value to assign to the time_import_last_processed property of this LogAnalyticsEmBridge. :type time_import_last_processed: datetime :param time_em_data_last_extracted: The value to assign to the time_em_data_last_extracted property of this LogAnalyticsEmBridge. :type time_em_data_last_extracted: datetime :param freeform_tags: The value to assign to the freeform_tags property of this LogAnalyticsEmBridge. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this LogAnalyticsEmBridge. :type defined_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�description�compartment_id�em_entities_compartment_id�bucket_name�time_created�time_updated�lifecycle_state�lifecycle_details�last_import_processing_status�last_import_processing_details�time_import_last_processed�time_em_data_last_extracted� freeform_tags�defined_tagsr ZdisplayNamer Z compartmentIdZemEntitiesCompartmentIdZ bucketNameZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZlastImportProcessingStatusZlastImportProcessingDetailsZtimeImportLastProcessedZtimeEmDataLastExtractedZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_description�_compartment_id�_em_entities_compartment_id�_bucket_name� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_last_import_processing_status�_last_import_processing_details�_time_import_last_processed�_time_em_data_last_extracted�_freeform_tags� _defined_tags)�self�kwargs� r3 �T/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_em_bridge.py�__init__6 sd K��zLogAnalyticsEmBridge.__init__c C s | j S )z� **[Required]** Gets the id of this LogAnalyticsEmBridge. The enterprise manager bridge OCID. :return: The id of this LogAnalyticsEmBridge. :rtype: str �r! �r1 r3 r3 r4 r � s zLogAnalyticsEmBridge.idc C s || _ dS )z� Sets the id of this LogAnalyticsEmBridge. The enterprise manager bridge OCID. :param id: The id of this LogAnalyticsEmBridge. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the display_name of this LogAnalyticsEmBridge. Log analytics enterprise manager bridge display name. :return: The display_name of this LogAnalyticsEmBridge. :rtype: str �r"