📂 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
›
log_analytics
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/log_analytics/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ingest_time_rule_summary.pyc
a O��f�= � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �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,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�IngestTimeRuleSummaryz) Summary of an ingest time rule. �ACTIVE�DELETED�FIELDc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a, Initializes a new IngestTimeRuleSummary 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 IngestTimeRuleSummary. :type id: str :param description: The value to assign to the description property of this IngestTimeRuleSummary. :type description: str :param compartment_id: The value to assign to the compartment_id property of this IngestTimeRuleSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this IngestTimeRuleSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this IngestTimeRuleSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this IngestTimeRuleSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this IngestTimeRuleSummary. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this IngestTimeRuleSummary. 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 display_name: The value to assign to the display_name property of this IngestTimeRuleSummary. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this IngestTimeRuleSummary. :type is_enabled: bool :param condition_kind: The value to assign to the condition_kind property of this IngestTimeRuleSummary. Allowed values for this property are: "FIELD", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type condition_kind: str :param field_name: The value to assign to the field_name property of this IngestTimeRuleSummary. :type field_name: str :param field_value: The value to assign to the field_value property of this IngestTimeRuleSummary. :type field_value: str �str�datetimezdict(str, str)zdict(str, dict(str, object))�bool) �id�description�compartment_id�time_created�time_updated� freeform_tags�defined_tags�lifecycle_state�display_name� is_enabled�condition_kind� field_name�field_valuer r � compartmentId�timeCreated�timeUpdated�freeformTags�definedTags�lifecycleState�displayName� isEnabled� conditionKind� fieldName� fieldValueN)� swagger_types� attribute_map�_id�_description�_compartment_id� _time_created� _time_updated�_freeform_tags� _defined_tags�_lifecycle_state� _display_name�_is_enabled�_condition_kind�_field_name�_field_value)�self�kwargs� r6 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/ingest_time_rule_summary.py�__init__ sR ?��zIngestTimeRuleSummary.__init__c C s | j S )am **[Required]** Gets the id of this IngestTimeRuleSummary. 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 IngestTimeRuleSummary. :rtype: str �r'