📂 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
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_metric_extension_details.cpython-39.pyc
a ���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 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 )�UpdateMetricExtensionDetailszD The information about updating a metric extension resource c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateMetricExtensionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateMetricExtensionDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateMetricExtensionDetails. :type description: str :param collection_recurrences: The value to assign to the collection_recurrences property of this UpdateMetricExtensionDetails. :type collection_recurrences: str :param metric_list: The value to assign to the metric_list property of this UpdateMetricExtensionDetails. :type metric_list: list[oci.stack_monitoring.models.Metric] :param query_properties: The value to assign to the query_properties property of this UpdateMetricExtensionDetails. :type query_properties: oci.stack_monitoring.models.MetricExtensionUpdateQueryProperties �strzlist[Metric]Z$MetricExtensionUpdateQueryProperties)�display_name�description�collection_recurrences�metric_list�query_propertiesZdisplayNamer ZcollectionRecurrencesZ metricListZqueryPropertiesN)Z swagger_typesZ attribute_map� _display_name�_description�_collection_recurrences�_metric_list�_query_properties)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/update_metric_extension_details.py�__init__ s"