📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: db_management_analytics_metric.cpython-39.pyc
a ���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 )�DbManagementAnalyticsMetricz? The metric details of a Database Management resource. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DbManagementAnalyticsMetric object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_name: The value to assign to the metric_name property of this DbManagementAnalyticsMetric. :type metric_name: str :param duration_in_seconds: The value to assign to the duration_in_seconds property of this DbManagementAnalyticsMetric. :type duration_in_seconds: int :param metadata: The value to assign to the metadata property of this DbManagementAnalyticsMetric. :type metadata: dict(str, str) :param dimensions: The value to assign to the dimensions property of this DbManagementAnalyticsMetric. :type dimensions: dict(str, str) :param start_timestamp_in_epoch_seconds: The value to assign to the start_timestamp_in_epoch_seconds property of this DbManagementAnalyticsMetric. :type start_timestamp_in_epoch_seconds: int :param mean: The value to assign to the mean property of this DbManagementAnalyticsMetric. :type mean: float �str�intzdict(str, str)�float)�metric_name�duration_in_seconds�metadata� dimensions� start_timestamp_in_epoch_seconds�meanZ metricNameZdurationInSecondsr r ZstartTimestampInEpochSecondsr N)Z swagger_typesZ attribute_map�_metric_name�_duration_in_seconds� _metadata�_dimensions�!_start_timestamp_in_epoch_seconds�_mean)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/database_management/models/db_management_analytics_metric.py�__init__ s( � � z$DbManagementAnalyticsMetric.__init__c C s | j S )z� Gets the metric_name of this DbManagementAnalyticsMetric. The name of the metric. :return: The metric_name of this DbManagementAnalyticsMetric. :rtype: str �r �r r r r r I s z'DbManagementAnalyticsMetric.metric_namec C s || _ dS )z� Sets the metric_name of this DbManagementAnalyticsMetric. The name of the metric. :param metric_name: The metric_name of this DbManagementAnalyticsMetric. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the duration_in_seconds of this DbManagementAnalyticsMetric. The duration of the returned aggregated data in seconds. :return: The duration_in_seconds of this DbManagementAnalyticsMetric. :rtype: int �r r r r r r a s z/DbManagementAnalyticsMetric.duration_in_secondsc C s || _ dS )a Sets the duration_in_seconds of this DbManagementAnalyticsMetric. The duration of the returned aggregated data in seconds. :param duration_in_seconds: The duration_in_seconds of this DbManagementAnalyticsMetric. :type: int Nr )r r r r r r m s c C s | j S )a Gets the metadata of this DbManagementAnalyticsMetric. The additional information about the metric. Example: `"unit": "bytes"` :return: The metadata of this DbManagementAnalyticsMetric. :rtype: dict(str, str) �r r r r r r y s z$DbManagementAnalyticsMetric.metadatac C s || _ dS )a Sets the metadata of this DbManagementAnalyticsMetric. The additional information about the metric. Example: `"unit": "bytes"` :param metadata: The metadata of this DbManagementAnalyticsMetric. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )z� Gets the dimensions of this DbManagementAnalyticsMetric. The qualifiers provided in the definition of the returned metric. :return: The dimensions of this DbManagementAnalyticsMetric. :rtype: dict(str, str) �r r r r r r � s z&DbManagementAnalyticsMetric.dimensionsc C s || _ dS )a Sets the dimensions of this DbManagementAnalyticsMetric. The qualifiers provided in the definition of the returned metric. :param dimensions: The dimensions of this DbManagementAnalyticsMetric. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a Gets the start_timestamp_in_epoch_seconds of this DbManagementAnalyticsMetric. The start time associated with the value of the metric. :return: The start_timestamp_in_epoch_seconds of this DbManagementAnalyticsMetric. :rtype: int �r r r r r r � s z<DbManagementAnalyticsMetric.start_timestamp_in_epoch_secondsc C s || _ dS )a0 Sets the start_timestamp_in_epoch_seconds of this DbManagementAnalyticsMetric. The start time associated with the value of the metric. :param start_timestamp_in_epoch_seconds: The start_timestamp_in_epoch_seconds of this DbManagementAnalyticsMetric. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the mean of this DbManagementAnalyticsMetric. The mean value of the metric. :return: The mean of this DbManagementAnalyticsMetric. :rtype: float �r r r r r r � s z DbManagementAnalyticsMetric.meanc C s || _ dS )z� Sets the mean of this DbManagementAnalyticsMetric. The mean value of the metric. :param mean: The mean of this DbManagementAnalyticsMetric. :type: float Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$DbManagementAnalyticsMetric.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"DbManagementAnalyticsMetric.__eq__c C s | |k S r"