📂 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: time_cluster_command_descriptor.cpython-39.opt-1.pyc
a ���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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z dd� Zdd� Zdd� Z dS )�TimeClusterCommandDescriptorzC Command descriptor for querylanguage TIMECLUSTER command. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new TimeClusterCommandDescriptor object with values from keyword arguments. The default value of the :py:attr:`~oci.log_analytics.models.TimeClusterCommandDescriptor.name` attribute of this class is ``TIME_CLUSTER`` 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 TimeClusterCommandDescriptor. 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", "CREATETABLE", "SEQUENCE", "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", "FREQUENT", "RARE", "OUTLIER" :type name: str :param display_query_string: The value to assign to the display_query_string property of this TimeClusterCommandDescriptor. :type display_query_string: str :param internal_query_string: The value to assign to the internal_query_string property of this TimeClusterCommandDescriptor. :type internal_query_string: str :param category: The value to assign to the category property of this TimeClusterCommandDescriptor. :type category: str :param referenced_fields: The value to assign to the referenced_fields property of this TimeClusterCommandDescriptor. :type referenced_fields: list[oci.log_analytics.models.AbstractField] :param declared_fields: The value to assign to the declared_fields property of this TimeClusterCommandDescriptor. :type declared_fields: list[oci.log_analytics.models.AbstractField] :param is_hidden: The value to assign to the is_hidden property of this TimeClusterCommandDescriptor. :type is_hidden: bool :param time: The value to assign to the time property of this TimeClusterCommandDescriptor. :type time: oci.log_analytics.models.AbstractField :param span: The value to assign to the span property of this TimeClusterCommandDescriptor. :type span: str :param group_by_fields: The value to assign to the group_by_fields property of this TimeClusterCommandDescriptor. :type group_by_fields: list[oci.log_analytics.models.AbstractField] :param functions: The value to assign to the functions property of this TimeClusterCommandDescriptor. :type functions: list[oci.log_analytics.models.FunctionField] �strzlist[AbstractField]�boolZ AbstractFieldzlist[FunctionField])�nameZdisplay_query_stringZinternal_query_string�categoryZreferenced_fieldsZdeclared_fieldsZ is_hidden�time�span�group_by_fields� functionsr ZdisplayQueryStringZinternalQueryStringr ZreferencedFieldsZdeclaredFieldsZisHiddenr r Z groupByFieldsr NZTIME_CLUSTER) Z swagger_typesZ attribute_map�_nameZ_display_query_stringZ_internal_query_stringZ _categoryZ_referenced_fieldsZ_declared_fieldsZ _is_hidden�_time�_span�_group_by_fields� _functions)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/log_analytics/models/time_cluster_command_descriptor.py�__init__ sH 5��z%TimeClusterCommandDescriptor.__init__c C s | j S )a Gets the time of this TimeClusterCommandDescriptor. Optional timestamp datatype field if specified. Default field is 'Start Time'. :return: The time of this TimeClusterCommandDescriptor. :rtype: oci.log_analytics.models.AbstractField �r �r r r r r o s z!TimeClusterCommandDescriptor.timec C s || _ dS )a Sets the time of this TimeClusterCommandDescriptor. Optional timestamp datatype field if specified. Default field is 'Start Time'. :param time: The time of this TimeClusterCommandDescriptor. :type: oci.log_analytics.models.AbstractField Nr )r r r r r r { s c C s | j S )a Gets the span of this TimeClusterCommandDescriptor. Option to control the size of buckets in the timeseries. Will be adjusted to a larger span if time range is very large. :return: The span of this TimeClusterCommandDescriptor. :rtype: str �r r r r r r � s z!TimeClusterCommandDescriptor.spanc C s || _ dS )a Sets the span of this TimeClusterCommandDescriptor. Option to control the size of buckets in the timeseries. Will be adjusted to a larger span if time range is very large. :param span: The span of this TimeClusterCommandDescriptor. :type: str Nr )r r r r r r � s c C s | j S )a Gets the group_by_fields of this TimeClusterCommandDescriptor. Group by fields specified in the query string. :return: The group_by_fields of this TimeClusterCommandDescriptor. :rtype: list[oci.log_analytics.models.AbstractField] �r r r r r r � s z,TimeClusterCommandDescriptor.group_by_fieldsc C s || _ dS )a Sets the group_by_fields of this TimeClusterCommandDescriptor. Group by fields specified in the query string. :param group_by_fields: The group_by_fields of this TimeClusterCommandDescriptor. :type: list[oci.log_analytics.models.AbstractField] Nr )r r r r r r � s c C s | j S )a< Gets the functions of this TimeClusterCommandDescriptor. Statistical functions specified in the query string. Atleast 1 is required for a TIMECLUSTER command. :return: The functions of this TimeClusterCommandDescriptor. :rtype: list[oci.log_analytics.models.FunctionField] �r r r r r r � s z&TimeClusterCommandDescriptor.functionsc C s || _ dS )aD Sets the functions of this TimeClusterCommandDescriptor. Statistical functions specified in the query string. Atleast 1 is required for a TIMECLUSTER command. :param functions: The functions of this TimeClusterCommandDescriptor. :type: list[oci.log_analytics.models.FunctionField] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%TimeClusterCommandDescriptor.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#TimeClusterCommandDescriptor.__eq__c C s | |k S r r r# r r r �__ne__� s z#TimeClusterCommandDescriptor.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r% r&