📂 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
›
management_agent
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/management_agent/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: prometheus_emitter_data_source.cpython-39.opt-1.pyc
a ���f�7 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DataSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�PrometheusEmitterDataSourcez# A Prometheus data source. c K s� dddddddddddddddddd�| _ dddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a Initializes a new PrometheusEmitterDataSource object with values from keyword arguments. The default value of the :py:attr:`~oci.management_agent.models.PrometheusEmitterDataSource.type` attribute of this class is ``PROMETHEUS_EMITTER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this PrometheusEmitterDataSource. :type key: str :param type: The value to assign to the type property of this PrometheusEmitterDataSource. Allowed values for this property are: "KUBERNETES_CLUSTER", "PROMETHEUS_EMITTER" :type type: str :param name: The value to assign to the name property of this PrometheusEmitterDataSource. :type name: str :param compartment_id: The value to assign to the compartment_id property of this PrometheusEmitterDataSource. :type compartment_id: str :param state: The value to assign to the state property of this PrometheusEmitterDataSource. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED" :type state: str :param time_created: The value to assign to the time_created property of this PrometheusEmitterDataSource. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PrometheusEmitterDataSource. :type time_updated: datetime :param url: The value to assign to the url property of this PrometheusEmitterDataSource. :type url: str :param namespace: The value to assign to the namespace property of this PrometheusEmitterDataSource. :type namespace: str :param allow_metrics: The value to assign to the allow_metrics property of this PrometheusEmitterDataSource. :type allow_metrics: str :param proxy_url: The value to assign to the proxy_url property of this PrometheusEmitterDataSource. :type proxy_url: str :param connection_timeout: The value to assign to the connection_timeout property of this PrometheusEmitterDataSource. :type connection_timeout: int :param read_timeout: The value to assign to the read_timeout property of this PrometheusEmitterDataSource. :type read_timeout: int :param read_data_limit: The value to assign to the read_data_limit property of this PrometheusEmitterDataSource. :type read_data_limit: int :param schedule_mins: The value to assign to the schedule_mins property of this PrometheusEmitterDataSource. :type schedule_mins: int :param resource_group: The value to assign to the resource_group property of this PrometheusEmitterDataSource. :type resource_group: str :param metric_dimensions: The value to assign to the metric_dimensions property of this PrometheusEmitterDataSource. :type metric_dimensions: list[oci.management_agent.models.MetricDimension] �strZdatetime�intzlist[MetricDimension])�key�type�nameZcompartment_id�stateZtime_createdZtime_updated�url� namespace� allow_metrics� proxy_url�connection_timeout�read_timeout�read_data_limit� schedule_mins�resource_group�metric_dimensionsr r r Z compartmentIdr ZtimeCreatedZtimeUpdatedr r ZallowMetricsZproxyUrlZconnectionTimeoutZreadTimeoutZ readDataLimitZscheduleMinsZ resourceGroupZmetricDimensionsNZPROMETHEUS_EMITTER)Z swagger_typesZ attribute_mapZ_keyZ_type�_nameZ_compartment_id�_stateZ _time_createdZ _time_updated�_url� _namespace�_allow_metrics� _proxy_url�_connection_timeout� _read_timeout�_read_data_limit�_schedule_mins�_resource_group�_metric_dimensions)�self�kwargs� r'