📂 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
›
logging
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/logging/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: unified_agent_url_configuration_details.cpython-39.opt-1.pyc
a ���f} � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�5UnifiedAgentMonitoringApplicationConfigurationDetails� )�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 d d� Z dd� Zdd� ZdS )�#UnifiedAgentUrlConfigurationDetailsz8 Unified Agent scrape URL configuration object. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a� Initializes a new UnifiedAgentUrlConfigurationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.logging.models.UnifiedAgentUrlConfigurationDetails.source_type` attribute of this class is ``URL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source_type: The value to assign to the source_type property of this UnifiedAgentUrlConfigurationDetails. Allowed values for this property are: "KUBERNETES", "TAIL", "URL" :type source_type: str :param source: The value to assign to the source property of this UnifiedAgentUrlConfigurationDetails. :type source: oci.logging.models.UnifiedAgentMonitoringUrlSource :param filter: The value to assign to the filter property of this UnifiedAgentUrlConfigurationDetails. :type filter: oci.logging.models.UnifiedAgentUrlFilter :param destination: The value to assign to the destination property of this UnifiedAgentUrlConfigurationDetails. :type destination: oci.logging.models.UnifiedAgentMonitoringDestination �strZUnifiedAgentMonitoringUrlSourceZUnifiedAgentUrlFilterZ!UnifiedAgentMonitoringDestination)Zsource_type�source�filter�destinationZ sourceTyper r r NZURL)Z swagger_typesZ attribute_mapZ_source_type�_source�_filter�_destination)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/logging/models/unified_agent_url_configuration_details.py�__init__ s ��z,UnifiedAgentUrlConfigurationDetails.__init__c C s | j S )z� **[Required]** Gets the source of this UnifiedAgentUrlConfigurationDetails. :return: The source of this UnifiedAgentUrlConfigurationDetails. :rtype: oci.logging.models.UnifiedAgentMonitoringUrlSource �r �r r r r r >