File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/database_management/models/my_sql_fleet_metric_summary_definition.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20201101 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class MySqlFleetMetricSummaryDefinition(object): """ A summary of the fleet metrics, which provides the metric aggregated value of the MySQL Databases in the fleet. """ def __init__(self, **kwargs): """ Initializes a new MySqlFleetMetricSummaryDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param metric_value: The value to assign to the metric_value property of this MySqlFleetMetricSummaryDefinition. :type metric_value: float :param dimensions: The value to assign to the dimensions property of this MySqlFleetMetricSummaryDefinition. :type dimensions: list[oci.database_management.models.MetricDimensionDefinition] :param metric_name: The value to assign to the metric_name property of this MySqlFleetMetricSummaryDefinition. :type metric_name: str :param unit: The value to assign to the unit property of this MySqlFleetMetricSummaryDefinition. :type unit: str """ self.swagger_types = { 'metric_value': 'float', 'dimensions': 'list[MetricDimensionDefinition]', 'metric_name': 'str', 'unit': 'str' } self.attribute_map = { 'metric_value': 'metricValue', 'dimensions': 'dimensions', 'metric_name': 'metricName', 'unit': 'unit' } self._metric_value = None self._dimensions = None self._metric_name = None self._unit = None @property def metric_value(self): """ **[Required]** Gets the metric_value of this MySqlFleetMetricSummaryDefinition. The aggregated metric value. :return: The metric_value of this MySqlFleetMetricSummaryDefinition. :rtype: float """ return self._metric_value @metric_value.setter def metric_value(self, metric_value): """ Sets the metric_value of this MySqlFleetMetricSummaryDefinition. The aggregated metric value. :param metric_value: The metric_value of this MySqlFleetMetricSummaryDefinition. :type: float """ self._metric_value = metric_value @property def dimensions(self): """ **[Required]** Gets the dimensions of this MySqlFleetMetricSummaryDefinition. The unique dimension key and values of the metric. :return: The dimensions of this MySqlFleetMetricSummaryDefinition. :rtype: list[oci.database_management.models.MetricDimensionDefinition] """ return self._dimensions @dimensions.setter def dimensions(self, dimensions): """ Sets the dimensions of this MySqlFleetMetricSummaryDefinition. The unique dimension key and values of the metric. :param dimensions: The dimensions of this MySqlFleetMetricSummaryDefinition. :type: list[oci.database_management.models.MetricDimensionDefinition] """ self._dimensions = dimensions @property def metric_name(self): """ **[Required]** Gets the metric_name of this MySqlFleetMetricSummaryDefinition. The name of the metric. :return: The metric_name of this MySqlFleetMetricSummaryDefinition. :rtype: str """ return self._metric_name @metric_name.setter def metric_name(self, metric_name): """ Sets the metric_name of this MySqlFleetMetricSummaryDefinition. The name of the metric. :param metric_name: The metric_name of this MySqlFleetMetricSummaryDefinition. :type: str """ self._metric_name = metric_name @property def unit(self): """ **[Required]** Gets the unit of this MySqlFleetMetricSummaryDefinition. The unit of the metric value. :return: The unit of this MySqlFleetMetricSummaryDefinition. :rtype: str """ return self._unit @unit.setter def unit(self, unit): """ Sets the unit of this MySqlFleetMetricSummaryDefinition. The unit of the metric value. :param unit: The unit of this MySqlFleetMetricSummaryDefinition. :type: str """ self._unit = unit def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings