📂 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_entity_summary.cpython-39.pyc
a ���f�X � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Zej d/d.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zed9d:� �Zej d;d:� �Zed<d=� �Zej d>d=� �Zd?d@� ZdAdB� ZdCdD� ZdES )F�LogAnalyticsEntitySummaryz, Summary of a log analytics entity. �ACTIVE�DELETEDc K s� dddddddddddddddddddd�| _ d d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )aC Initializes a new LogAnalyticsEntitySummary 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 LogAnalyticsEntitySummary. :type id: str :param name: The value to assign to the name property of this LogAnalyticsEntitySummary. :type name: str :param compartment_id: The value to assign to the compartment_id property of this LogAnalyticsEntitySummary. :type compartment_id: str :param entity_type_name: The value to assign to the entity_type_name property of this LogAnalyticsEntitySummary. :type entity_type_name: str :param entity_type_internal_name: The value to assign to the entity_type_internal_name property of this LogAnalyticsEntitySummary. :type entity_type_internal_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this LogAnalyticsEntitySummary. Allowed values for this property are: "ACTIVE", "DELETED", '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 LogAnalyticsEntitySummary. :type lifecycle_details: str :param management_agent_id: The value to assign to the management_agent_id property of this LogAnalyticsEntitySummary. :type management_agent_id: str :param cloud_resource_id: The value to assign to the cloud_resource_id property of this LogAnalyticsEntitySummary. :type cloud_resource_id: str :param timezone_region: The value to assign to the timezone_region property of this LogAnalyticsEntitySummary. :type timezone_region: str :param time_created: The value to assign to the time_created property of this LogAnalyticsEntitySummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this LogAnalyticsEntitySummary. :type time_updated: datetime :param time_last_discovered: The value to assign to the time_last_discovered property of this LogAnalyticsEntitySummary. :type time_last_discovered: datetime :param metadata: The value to assign to the metadata property of this LogAnalyticsEntitySummary. :type metadata: oci.log_analytics.models.LogAnalyticsMetadataCollection :param are_logs_collected: The value to assign to the are_logs_collected property of this LogAnalyticsEntitySummary. :type are_logs_collected: bool :param source_id: The value to assign to the source_id property of this LogAnalyticsEntitySummary. :type source_id: str :param creation_source: The value to assign to the creation_source property of this LogAnalyticsEntitySummary. :type creation_source: oci.log_analytics.models.CreationSource :param freeform_tags: The value to assign to the freeform_tags property of this LogAnalyticsEntitySummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this LogAnalyticsEntitySummary. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZLogAnalyticsMetadataCollection�boolZCreationSourcezdict(str, str)zdict(str, dict(str, object)))�id�name�compartment_id�entity_type_name�entity_type_internal_name�lifecycle_state�lifecycle_details�management_agent_id�cloud_resource_id�timezone_region�time_created�time_updated�time_last_discovered�metadata�are_logs_collected� source_id�creation_source� freeform_tags�defined_tagsr r Z compartmentIdZentityTypeNameZentityTypeInternalNameZlifecycleStateZlifecycleDetailsZmanagementAgentIdZcloudResourceIdZtimezoneRegionZtimeCreatedZtimeUpdatedZtimeLastDiscoveredr ZareLogsCollectedZsourceIdZcreationSourceZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_entity_type_name�_entity_type_internal_name�_lifecycle_state�_lifecycle_details�_management_agent_id�_cloud_resource_id�_timezone_region� _time_created� _time_updated�_time_last_discovered� _metadata�_are_logs_collected� _source_id�_creation_source�_freeform_tags� _defined_tags)�self�kwargs� r3 �Y/usr/lib/python3.9/site-packages/oci/log_analytics/models/log_analytics_entity_summary.py�__init__ sv U��z"LogAnalyticsEntitySummary.__init__c C s | j S )au **[Required]** Gets the id of this LogAnalyticsEntitySummary. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud. :return: The id of this LogAnalyticsEntitySummary. :rtype: str �r �r1 r3 r3 r4 r � s zLogAnalyticsEntitySummary.idc C s || _ dS )ag Sets the id of this LogAnalyticsEntitySummary. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud. :param id: The id of this LogAnalyticsEntitySummary. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the name of this LogAnalyticsEntitySummary. Log analytics entity name. :return: The name of this LogAnalyticsEntitySummary. :rtype: str �r r7 r3 r3 r4 r � s zLogAnalyticsEntitySummary.namec C s || _ dS )z� Sets the name of this LogAnalyticsEntitySummary. Log analytics entity name. :param name: The name of this LogAnalyticsEntitySummary. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )a: **[Required]** Gets the compartment_id of this LogAnalyticsEntitySummary. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this LogAnalyticsEntitySummary. :rtype: str �r r7 r3 r3 r4 r � s z(LogAnalyticsEntitySummary.compartment_idc C s || _ dS )a8 Sets the compartment_id of this LogAnalyticsEntitySummary. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this LogAnalyticsEntitySummary. :type: str Nr9 )r1 r r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the entity_type_name of this LogAnalyticsEntitySummary. Log analytics entity type name. :return: The entity_type_name of this LogAnalyticsEntitySummary. :rtype: str �r! r7 r3 r3 r4 r � s z*LogAnalyticsEntitySummary.entity_type_namec C s || _ dS )z� Sets the entity_type_name of this LogAnalyticsEntitySummary. Log analytics entity type name. :param entity_type_name: The entity_type_name of this LogAnalyticsEntitySummary. :type: str Nr: )r1 r r3 r3 r4 r s c C s | j S )a **[Required]** Gets the entity_type_internal_name of this LogAnalyticsEntitySummary. Internal name for the log analytics entity type. :return: The entity_type_internal_name of this LogAnalyticsEntitySummary. :rtype: str �r"