📂 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: parsed_content.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )� ParsedContentz0 Parsed representation of the log file. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ParsedContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_names: The value to assign to the field_names property of this ParsedContent. :type field_names: list[str] :param field_display_names: The value to assign to the field_display_names property of this ParsedContent. :type field_display_names: list[str] :param parsed_field_values: The value to assign to the parsed_field_values property of this ParsedContent. :type parsed_field_values: list[oci.log_analytics.models.ParsedField] :param log_content: The value to assign to the log_content property of this ParsedContent. :type log_content: str :param sample_size: The value to assign to the sample_size property of this ParsedContent. :type sample_size: int :param match_status: The value to assign to the match_status property of this ParsedContent. :type match_status: str z list[str]zlist[ParsedField]�str�int)�field_names�field_display_names�parsed_field_values�log_content�sample_size�match_status� fieldNames�fieldDisplayNames�parsedFieldValues� logContent� sampleSize�matchStatusN)� swagger_types� attribute_map�_field_names�_field_display_names�_parsed_field_values�_log_content�_sample_size� _match_status)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/parsed_content.py�__init__ s( � � zParsedContent.__init__c C s | j S )z� Gets the field_names of this ParsedContent. List of field names. :return: The field_names of this ParsedContent. :rtype: list[str] �r �r r r r r G s zParsedContent.field_namesc C s || _ dS )z� Sets the field_names of this ParsedContent. List of field names. :param field_names: The field_names of this ParsedContent. :type: list[str] Nr"