📂 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
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: fleet_metric_summary_definition.pyc
a N��fH � @ 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� dimensions� metricName� baselineValue�targetValuer �percentageChanger N)� swagger_types� attribute_map�_metric_name�_baseline_value� _target_value�_unit�_percentage_change�_dimensions)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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 S 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 _ 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"