📂 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
›
monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: metric.cpython-39.pyc
a ���ft � @ 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� �Zdd� Zdd� Z dd� ZdS )�Metricz� The properties that define a metric. For information about metrics, see `Metrics Overview`__. __ https://docs.cloud.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#MetricsOverview c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) ai Initializes a new Metric object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Metric. :type name: str :param namespace: The value to assign to the namespace property of this Metric. :type namespace: str :param resource_group: The value to assign to the resource_group property of this Metric. :type resource_group: str :param compartment_id: The value to assign to the compartment_id property of this Metric. :type compartment_id: str :param dimensions: The value to assign to the dimensions property of this Metric. :type dimensions: dict(str, str) �strzdict(str, str))�name� namespace�resource_group�compartment_id� dimensionsr r Z resourceGroupZ compartmentIdr N)Z swagger_typesZ attribute_map�_name� _namespace�_resource_group�_compartment_id�_dimensions)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/monitoring/models/metric.py�__init__ s"