📂 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
›
apm_config
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/apm_config/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: namespace_metric.pyc
a N��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�NamespaceMetricz- Metric associated with a namespace. �COUNTER�GAUGEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new NamespaceMetric 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 NamespaceMetric. :type name: str :param type: The value to assign to the type property of this NamespaceMetric. Allowed values for this property are: "COUNTER", "GAUGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param unit: The value to assign to the unit property of this NamespaceMetric. :type unit: str �str)�name�type�unitr r r N)� swagger_types� attribute_map�_name�_type�_unit)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apm_config/models/namespace_metric.py�__init__ s ��zNamespaceMetric.__init__c C s | j S )z� **[Required]** Gets the name of this NamespaceMetric. Name of the metric. :return: The name of this NamespaceMetric. :rtype: str �r �r r r r r <