📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: persisted_get_path_analysis_details.cpython-39.pyc
a ���f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�GetPathAnalysisDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�PersistedGetPathAnalysisDetailszp Defines the configuration for getting a path analysis using the persisted `PathAnalyzerTest` resource. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a1 Initializes a new PersistedGetPathAnalysisDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.vn_monitoring.models.PersistedGetPathAnalysisDetails.type` attribute of this class is ``PERSISTED_QUERY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this PersistedGetPathAnalysisDetails. Allowed values for this property are: "PERSISTED_QUERY", "ADHOC_QUERY" :type type: str :param path_analyzer_test_id: The value to assign to the path_analyzer_test_id property of this PersistedGetPathAnalysisDetails. :type path_analyzer_test_id: str �str)�type�path_analyzer_test_idr ZpathAnalyzerTestIdNZPERSISTED_QUERY)Z swagger_typesZ attribute_mapZ_type�_path_analyzer_test_id)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/persisted_get_path_analysis_details.py�__init__ s ��z(PersistedGetPathAnalysisDetails.__init__c C s | j S )a^ **[Required]** Gets the path_analyzer_test_id of this PersistedGetPathAnalysisDetails. The `OCID`__ of the `PathAnalyzerTest` resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The path_analyzer_test_id of this PersistedGetPathAnalysisDetails. :rtype: str �r �r r r r r 0 s z5PersistedGetPathAnalysisDetails.path_analyzer_test_idc C s || _ dS )ac Sets the path_analyzer_test_id of this PersistedGetPathAnalysisDetails. The `OCID`__ of the `PathAnalyzerTest` resource. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param path_analyzer_test_id: The path_analyzer_test_id of this PersistedGetPathAnalysisDetails. :type: str Nr )r r r r r r >