📂 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: fleet_metric_definition.cpython-39.opt-1.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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �FleetMetricDefinitionz& The database metric details. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a8 Initializes a new FleetMetricDefinition 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 FleetMetricDefinition. :type metric_name: str :param baseline_value: The value to assign to the baseline_value property of this FleetMetricDefinition. :type baseline_value: float :param target_value: The value to assign to the target_value property of this FleetMetricDefinition. :type target_value: float :param unit: The value to assign to the unit property of this FleetMetricDefinition. :type unit: str :param timestamp: The value to assign to the timestamp property of this FleetMetricDefinition. :type timestamp: datetime :param percentage_change: The value to assign to the percentage_change property of this FleetMetricDefinition. :type percentage_change: float :param dimensions: The value to assign to the dimensions property of this FleetMetricDefinition. :type dimensions: list[oci.database_management.models.MetricDimensionDefinition] �str�floatZdatetimezlist[MetricDimensionDefinition])�metric_name�baseline_value�target_value�unit� timestamp�percentage_change� dimensionsZ metricNameZ baselineValueZtargetValuer r ZpercentageChanger N) Z swagger_typesZ attribute_map�_metric_name�_baseline_value� _target_value�_unit� _timestamp�_percentage_change�_dimensions)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_management/models/fleet_metric_definition.py�__init__ s. #�� zFleetMetricDefinition.__init__c C s | j S )z� Gets the metric_name of this FleetMetricDefinition. The name of the metric. :return: The metric_name of this FleetMetricDefinition. :rtype: str �r �r r r r r P s z!FleetMetricDefinition.metric_namec C s || _ dS )z� Sets the metric_name of this FleetMetricDefinition. The name of the metric. :param metric_name: The metric_name of this FleetMetricDefinition. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the baseline_value of this FleetMetricDefinition. The baseline value of the metric. :return: The baseline_value of this FleetMetricDefinition. :rtype: float �r r r r r r h s z$FleetMetricDefinition.baseline_valuec C s || _ dS )z� Sets the baseline_value of this FleetMetricDefinition. The baseline value of the metric. :param baseline_value: The baseline_value of this FleetMetricDefinition. :type: float Nr )r r r r r r t s c C s | j S )z� Gets the target_value of this FleetMetricDefinition. The target value of the metric. :return: The target_value of this FleetMetricDefinition. :rtype: float �r r r r r r � s z"FleetMetricDefinition.target_valuec C s || _ dS )z� Sets the target_value of this FleetMetricDefinition. The target value of the metric. :param target_value: The target_value of this FleetMetricDefinition. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the unit of this FleetMetricDefinition. The unit of the value. :return: The unit of this FleetMetricDefinition. :rtype: str �r r r r r r � s zFleetMetricDefinition.unitc C s || _ dS )z� Sets the unit of this FleetMetricDefinition. The unit of the value. :param unit: The unit of this FleetMetricDefinition. :type: str Nr )r r r r r r � s c C s | j S )a Gets the timestamp of this FleetMetricDefinition. The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". :return: The timestamp of this FleetMetricDefinition. :rtype: datetime �r r r r r r � s zFleetMetricDefinition.timestampc C s || _ dS )a Sets the timestamp of this FleetMetricDefinition. The data point date and time in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'". :param timestamp: The timestamp of this FleetMetricDefinition. :type: datetime Nr! )r r r r r r � s c C s | j S )a Gets the percentage_change of this FleetMetricDefinition. The percentage change in the metric aggregated value compared to the baseline value. :return: The percentage_change of this FleetMetricDefinition. :rtype: float �r r r r r r � s z'FleetMetricDefinition.percentage_changec C s || _ dS )a Sets the percentage_change of this FleetMetricDefinition. The percentage change in the metric aggregated value compared to the baseline value. :param percentage_change: The percentage_change of this FleetMetricDefinition. :type: float Nr"