📂 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: top_command_descriptor.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractCommandDescriptor� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�TopCommandDescriptorz; Command descriptor for querylanguage TOP command. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a' Initializes a new TopCommandDescriptor object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.TopCommandDescriptor.name` attribute of this class is ``TOP`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this TopCommandDescriptor. Allowed values for this property are: "COMMAND", "SEARCH", "STATS", "GEO_STATS", "TIME_STATS", "SORT", "FIELDS", "ADD_FIELDS", "LINK", "LINK_DETAILS", "CLUSTER", "CLUSTER_DETAILS", "CLUSTER_SPLIT", "EVAL", "EXTRACT", "JSON_EXTRACT", "XML_EXTRACT", "EVENT_STATS", "BUCKET", "CLASSIFY", "TOP", "BOTTOM", "HEAD", "TAIL", "FIELD_SUMMARY", "REGEX", "RENAME", "TIME_COMPARE", "WHERE", "CLUSTER_COMPARE", "DELETE", "DELTA", "DISTINCT", "SEARCH_LOOKUP", "LOOKUP", "DEMO_MODE", "MACRO", "MODULE", "MULTI_SEARCH", "HIGHLIGHT", "HIGHLIGHT_ROWS", "HIGHLIGHT_GROUPS", "CREATE_VIEW", "MAP", "NLP", "COMPARE", "ADD_INSIGHTS", "ANOMALY", "DEDUP", "TIME_CLUSTER" :type name: str :param display_query_string: The value to assign to the display_query_string property of this TopCommandDescriptor. :type display_query_string: str :param internal_query_string: The value to assign to the internal_query_string property of this TopCommandDescriptor. :type internal_query_string: str :param category: The value to assign to the category property of this TopCommandDescriptor. :type category: str :param referenced_fields: The value to assign to the referenced_fields property of this TopCommandDescriptor. :type referenced_fields: list[oci.log_analytics.models.AbstractField] :param declared_fields: The value to assign to the declared_fields property of this TopCommandDescriptor. :type declared_fields: list[oci.log_analytics.models.AbstractField] :param is_hidden: The value to assign to the is_hidden property of this TopCommandDescriptor. :type is_hidden: bool :param limit: The value to assign to the limit property of this TopCommandDescriptor. :type limit: int �strzlist[AbstractField]�bool�int)�name�display_query_string�internal_query_string�category�referenced_fields�declared_fields� is_hidden�limitr �displayQueryString�internalQueryStringr �referencedFields�declaredFields�isHiddenr N�TOP) � swagger_types� attribute_map�_name�_display_query_string�_internal_query_string� _category�_referenced_fields�_declared_fields� _is_hidden�_limit)�self�kwargs� r&