📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
oci_control_center
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oci_control_center/models/__pycache__
💾
Free:
47.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: summarized_metric_data.cpython-39.pyc
a ���fp � @ 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� �Zdd� Zdd� Z dd� ZdS )�SummarizedMetricDataz< The recorded metric value at a specific timestamp. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new SummarizedMetricData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param sample_time: The value to assign to the sample_time property of this SummarizedMetricData. :type sample_time: datetime :param resolution: The value to assign to the resolution property of this SummarizedMetricData. :type resolution: str :param dimensions: The value to assign to the dimensions property of this SummarizedMetricData. :type dimensions: dict(str, DimensionValue) :param aggregation_method: The value to assign to the aggregation_method property of this SummarizedMetricData. :type aggregation_method: str :param aggregated_value: The value to assign to the aggregated_value property of this SummarizedMetricData. :type aggregated_value: float Zdatetime�strzdict(str, DimensionValue)�float)�sample_time� resolution� dimensions�aggregation_method�aggregated_valueZ sampleTimer r ZaggregationMethodZaggregatedValueN)Z swagger_typesZ attribute_map�_sample_time�_resolution�_dimensions�_aggregation_method�_aggregated_value)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/oci_control_center/models/summarized_metric_data.py�__init__ s"