📂 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_summary_definition.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 )�FleetMetricSummaryDefinitionzs A summary of the fleet metrics, which provides the metric aggregated value of the databases in the fleet. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new FleetMetricSummaryDefinition 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 FleetMetricSummaryDefinition. :type metric_name: str :param baseline_value: The value to assign to the baseline_value property of this FleetMetricSummaryDefinition. :type baseline_value: float :param target_value: The value to assign to the target_value property of this FleetMetricSummaryDefinition. :type target_value: float :param unit: The value to assign to the unit property of this FleetMetricSummaryDefinition. :type unit: str :param percentage_change: The value to assign to the percentage_change property of this FleetMetricSummaryDefinition. :type percentage_change: float :param dimensions: The value to assign to the dimensions property of this FleetMetricSummaryDefinition. :type dimensions: list[oci.database_management.models.MetricDimensionDefinition] �str�floatzlist[MetricDimensionDefinition])�metric_name�baseline_value�target_value�unit�percentage_change� dimensionsZ metricNameZ baselineValueZtargetValuer ZpercentageChanger N)Z swagger_typesZ attribute_map�_metric_name�_baseline_value� _target_value�_unit�_percentage_change�_dimensions)�self�kwargs� r �b/usr/lib/python3.9/site-packages/oci/database_management/models/fleet_metric_summary_definition.py�__init__ s( � � z%FleetMetricSummaryDefinition.__init__c C s | j S )z� Gets the metric_name of this FleetMetricSummaryDefinition. The name of the metric. :return: The metric_name of this FleetMetricSummaryDefinition. :rtype: str �r �r r r r r I s z(FleetMetricSummaryDefinition.metric_namec C s || _ dS )z� Sets the metric_name of this FleetMetricSummaryDefinition. The name of the metric. :param metric_name: The metric_name of this FleetMetricSummaryDefinition. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the baseline_value of this FleetMetricSummaryDefinition. The metric aggregated value at the baseline date and time. :return: The baseline_value of this FleetMetricSummaryDefinition. :rtype: float �r r r r r r a s z+FleetMetricSummaryDefinition.baseline_valuec C s || _ dS )a Sets the baseline_value of this FleetMetricSummaryDefinition. The metric aggregated value at the baseline date and time. :param baseline_value: The baseline_value of this FleetMetricSummaryDefinition. :type: float Nr )r r r r r r m s c C s | j S )z� Gets the target_value of this FleetMetricSummaryDefinition. The metric aggregated value at the target date and time. :return: The target_value of this FleetMetricSummaryDefinition. :rtype: float �r r r r r r y s z)FleetMetricSummaryDefinition.target_valuec C s || _ dS )z� Sets the target_value of this FleetMetricSummaryDefinition. The metric aggregated value at the target date and time. :param target_value: The target_value of this FleetMetricSummaryDefinition. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the unit of this FleetMetricSummaryDefinition. The unit of the value. :return: The unit of this FleetMetricSummaryDefinition. :rtype: str �r r r r r r � s z!FleetMetricSummaryDefinition.unitc C s || _ dS )z� Sets the unit of this FleetMetricSummaryDefinition. The unit of the value. :param unit: The unit of this FleetMetricSummaryDefinition. :type: str Nr )r r r r r r � s c C s | j S )a Gets the percentage_change of this FleetMetricSummaryDefinition. The percentage change in the metric aggregated value compared to the baseline value. :return: The percentage_change of this FleetMetricSummaryDefinition. :rtype: float �r r r r r r � s z.FleetMetricSummaryDefinition.percentage_changec C s || _ dS )a$ Sets the percentage_change of this FleetMetricSummaryDefinition. The percentage change in the metric aggregated value compared to the baseline value. :param percentage_change: The percentage_change of this FleetMetricSummaryDefinition. :type: float Nr )r r r r r r � s c C s | j S )a& Gets the dimensions of this FleetMetricSummaryDefinition. The unique dimension key and values of the baseline metric. :return: The dimensions of this FleetMetricSummaryDefinition. :rtype: list[oci.database_management.models.MetricDimensionDefinition] �r r r r r r � s z'FleetMetricSummaryDefinition.dimensionsc C s || _ dS )a/ Sets the dimensions of this FleetMetricSummaryDefinition. The unique dimension key and values of the baseline metric. :param dimensions: The dimensions of this FleetMetricSummaryDefinition. :type: list[oci.database_management.models.MetricDimensionDefinition] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%FleetMetricSummaryDefinition.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#FleetMetricSummaryDefinition.__eq__c C s | |k S r! r r$ r r r �__ne__� s z#FleetMetricSummaryDefinition.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"