📂 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.pyc
a O��f�6 � @ 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 @ sp 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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�IngestTimeRulez% An ingest time rule object. �ACTIVE�DELETEDc K s� ddddddddddddd�| _ d d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new IngestTimeRule 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 IngestTimeRule. :type id: str :param compartment_id: The value to assign to the compartment_id property of this IngestTimeRule. :type compartment_id: str :param description: The value to assign to the description property of this IngestTimeRule. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this IngestTimeRule. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this IngestTimeRule. :type defined_tags: dict(str, dict(str, object)) :param time_created: The value to assign to the time_created property of this IngestTimeRule. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this IngestTimeRule. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this IngestTimeRule. 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 IngestTimeRule. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this IngestTimeRule. :type is_enabled: bool :param conditions: The value to assign to the conditions property of this IngestTimeRule. :type conditions: oci.log_analytics.models.IngestTimeRuleCondition :param actions: The value to assign to the actions property of this IngestTimeRule. :type actions: list[oci.log_analytics.models.IngestTimeRuleAction] �strzdict(str, str)zdict(str, dict(str, object))�datetime�bool�IngestTimeRuleConditionzlist[IngestTimeRuleAction])�id�compartment_id�description� freeform_tags�defined_tags�time_created�time_updated�lifecycle_state�display_name� is_enabled� conditions�actionsr � compartmentIdr �freeformTags�definedTags�timeCreated�timeUpdated�lifecycleState�displayName� isEnabledr r N)� swagger_types� attribute_map�_id�_compartment_id�_description�_freeform_tags� _defined_tags� _time_created� _time_updated�_lifecycle_state� _display_name�_is_enabled�_conditions�_actions)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/ingest_time_rule.py�__init__ sL 9��zIngestTimeRule.__init__c C s | j S )a_ **[Required]** Gets the id of this IngestTimeRule. 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 IngestTimeRule. :rtype: str �r# �r/ r1 r1 r2 r { s zIngestTimeRule.idc C s || _ dS )aQ Sets the id of this IngestTimeRule. 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 IngestTimeRule. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )a$ **[Required]** Gets the compartment_id of this IngestTimeRule. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this IngestTimeRule. :rtype: str �r$ r5 r1 r1 r2 r � s zIngestTimeRule.compartment_idc C s || _ dS )a" Sets the compartment_id of this IngestTimeRule. Compartment Identifier `OCID]`__. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this IngestTimeRule. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the description of this IngestTimeRule. Description for this resource. :return: The description of this IngestTimeRule. :rtype: str �r% r5 r1 r1 r2 r � s zIngestTimeRule.descriptionc C s || _ dS )z� Sets the description of this IngestTimeRule. Description for this resource. :param description: The description of this IngestTimeRule. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )aC Gets the freeform_tags of this IngestTimeRule. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this IngestTimeRule. :rtype: dict(str, str) �r&