📂 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
›
monitoring
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/monitoring/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: summarize_metrics_data_details.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 )�SummarizeMetricsDataDetailsz� The request details for retrieving aggregated data. Use the query and optional properties to filter the returned results. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aq Initializes a new SummarizeMetricsDataDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace: The value to assign to the namespace property of this SummarizeMetricsDataDetails. :type namespace: str :param resource_group: The value to assign to the resource_group property of this SummarizeMetricsDataDetails. :type resource_group: str :param query: The value to assign to the query property of this SummarizeMetricsDataDetails. :type query: str :param start_time: The value to assign to the start_time property of this SummarizeMetricsDataDetails. :type start_time: datetime :param end_time: The value to assign to the end_time property of this SummarizeMetricsDataDetails. :type end_time: datetime :param resolution: The value to assign to the resolution property of this SummarizeMetricsDataDetails. :type resolution: str �str�datetime)� namespace�resource_group�query� start_time�end_time� resolutionr � resourceGroupr � startTime�endTimer N)� swagger_types� attribute_map� _namespace�_resource_group�_query�_start_time� _end_time�_resolution)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/monitoring/models/summarize_metrics_data_details.py�__init__ s( � � z$SummarizeMetricsDataDetails.__init__c C s | j S )a< **[Required]** Gets the namespace of this SummarizeMetricsDataDetails. The source service or application to use when searching for metric data points to aggregate. Example: `oci_computeagent` :return: The namespace of this SummarizeMetricsDataDetails. :rtype: str �r �r r r r r H s z%SummarizeMetricsDataDetails.namespacec C s || _ dS )a5 Sets the namespace of this SummarizeMetricsDataDetails. The source service or application to use when searching for metric data points to aggregate. Example: `oci_computeagent` :param namespace: The namespace of this SummarizeMetricsDataDetails. :type: str Nr )r r r r r r V s c C s | j S )a{ Gets the resource_group of this SummarizeMetricsDataDetails. Resource group that you want to match. A null value returns only metric data that has no resource groups. The specified resource group must exist in the definition of the posted metric. Only one resource group can be applied per metric. A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($). Example: `frontend-fleet` :return: The resource_group of this SummarizeMetricsDataDetails. :rtype: str �r r r r r r d s z*SummarizeMetricsDataDetails.resource_groupc C s || _ dS )a� Sets the resource_group of this SummarizeMetricsDataDetails. Resource group that you want to match. A null value returns only metric data that has no resource groups. The specified resource group must exist in the definition of the posted metric. Only one resource group can be applied per metric. A valid resourceGroup value starts with an alphabetical character and includes only alphanumeric characters, periods (.), underscores (_), hyphens (-), and dollar signs ($). Example: `frontend-fleet` :param resource_group: The resource_group of this SummarizeMetricsDataDetails. :type: str Nr! )r r r r r r s s c C s | j S )a� **[Required]** Gets the query of this SummarizeMetricsDataDetails. The Monitoring Query Language (MQL) expression to use when searching for metric data points to aggregate. The query must specify a metric, statistic, and interval. Supported values for interval depend on the specified time range. More interval values are supported for smaller time ranges. You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`. Construct your query to avoid exceeding limits on returned data. See :class:`MetricData`. For details about Monitoring Query Language (MQL), see `Monitoring Query Language (MQL) Reference`__. For available dimensions, review the metric definition for the supported service. See `Supported Services`__. Example: `CpuUtilization[1m].sum()` __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices :return: The query of this SummarizeMetricsDataDetails. :rtype: str �r r r r r r � s z!SummarizeMetricsDataDetails.queryc C s || _ dS )a� Sets the query of this SummarizeMetricsDataDetails. The Monitoring Query Language (MQL) expression to use when searching for metric data points to aggregate. The query must specify a metric, statistic, and interval. Supported values for interval depend on the specified time range. More interval values are supported for smaller time ranges. You can optionally specify dimensions and grouping functions. Supported grouping functions: `grouping()`, `groupBy()`. Construct your query to avoid exceeding limits on returned data. See :class:`MetricData`. For details about Monitoring Query Language (MQL), see `Monitoring Query Language (MQL) Reference`__. For available dimensions, review the metric definition for the supported service. See `Supported Services`__. Example: `CpuUtilization[1m].sum()` __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Reference/mql.htm __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#SupportedServices :param query: The query of this SummarizeMetricsDataDetails. :type: str Nr"