📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/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:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: list_metrics_details.cpython-39.pyc
a ���fu. � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�ListMetricsDetailsa� The request details for retrieving metric definitions. Specify optional properties to filter the returned results. Use an asterisk (*) as a wildcard character, placed anywhere in the string. For example, to search for all metrics with names that begin with "disk", specify "name" as "disk*". If no properties are specified, then all metric definitions within the request scope are returned. � NAMESPACE�NAME� RESOURCEGROUP�ASC�DESCc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) aj Initializes a new ListMetricsDetails 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 ListMetricsDetails. :type name: str :param namespace: The value to assign to the namespace property of this ListMetricsDetails. :type namespace: str :param resource_group: The value to assign to the resource_group property of this ListMetricsDetails. :type resource_group: str :param dimension_filters: The value to assign to the dimension_filters property of this ListMetricsDetails. :type dimension_filters: dict(str, str) :param group_by: The value to assign to the group_by property of this ListMetricsDetails. :type group_by: list[str] :param sort_by: The value to assign to the sort_by property of this ListMetricsDetails. Allowed values for this property are: "NAMESPACE", "NAME", "RESOURCEGROUP" :type sort_by: str :param sort_order: The value to assign to the sort_order property of this ListMetricsDetails. Allowed values for this property are: "ASC", "DESC" :type sort_order: str �strzdict(str, str)z list[str])�name� namespace�resource_group�dimension_filters�group_by�sort_by� sort_orderr r Z resourceGroupZdimensionFiltersZgroupByZsortByZ sortOrderN) Z swagger_typesZ attribute_map�_name� _namespace�_resource_group�_dimension_filters� _group_by�_sort_by�_sort_order)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/monitoring/models/list_metrics_details.py�__init__) s. %�� zListMetricsDetails.__init__c C s | j S )z� Gets the name of this ListMetricsDetails. The metric name to use when searching for metric definitions. Example: `CpuUtilization` :return: The name of this ListMetricsDetails. :rtype: str �r �r r r r r i s zListMetricsDetails.namec C s || _ dS )z� Sets the name of this ListMetricsDetails. The metric name to use when searching for metric definitions. Example: `CpuUtilization` :param name: The name of this ListMetricsDetails. :type: str Nr )r r r r r r w s c C s | j S )a Gets the namespace of this ListMetricsDetails. The source service or application to use when searching for metric definitions. Example: `oci_computeagent` :return: The namespace of this ListMetricsDetails. :rtype: str �r r! r r r r � s zListMetricsDetails.namespacec C s || _ dS )a Sets the namespace of this ListMetricsDetails. The source service or application to use when searching for metric definitions. Example: `oci_computeagent` :param namespace: The namespace of this ListMetricsDetails. :type: str Nr"