ruạṛ
a ���f�B � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zed-d.� �Zej d/d.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�PathAnalyzerTestz� Defines the details saved in a `PathAnalyzerTest` resource. These configuration details are used to run a `Network Path Analyzer`__ analysis. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/path_analyzer.htm �ACTIVE�DELETEDc K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new PathAnalyzerTest object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PathAnalyzerTest. :type id: str :param display_name: The value to assign to the display_name property of this PathAnalyzerTest. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this PathAnalyzerTest. :type compartment_id: str :param protocol: The value to assign to the protocol property of this PathAnalyzerTest. :type protocol: int :param source_endpoint: The value to assign to the source_endpoint property of this PathAnalyzerTest. :type source_endpoint: oci.vn_monitoring.models.Endpoint :param destination_endpoint: The value to assign to the destination_endpoint property of this PathAnalyzerTest. :type destination_endpoint: oci.vn_monitoring.models.Endpoint :param protocol_parameters: The value to assign to the protocol_parameters property of this PathAnalyzerTest. :type protocol_parameters: oci.vn_monitoring.models.ProtocolParameters :param query_options: The value to assign to the query_options property of this PathAnalyzerTest. :type query_options: oci.vn_monitoring.models.QueryOptions :param time_created: The value to assign to the time_created property of this PathAnalyzerTest. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PathAnalyzerTest. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PathAnalyzerTest. Allowed values for this property are: "ACTIVE", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this PathAnalyzerTest. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PathAnalyzerTest. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PathAnalyzerTest. :type system_tags: dict(str, dict(str, object)) �str�intZEndpointZProtocolParametersZQueryOptionsZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�protocol�source_endpoint�destination_endpoint�protocol_parameters� query_options�time_created�time_updated�lifecycle_state� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdr ZsourceEndpointZdestinationEndpointZprotocolParametersZqueryOptionsZtimeCreatedZtimeUpdatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_compartment_id� _protocol�_source_endpoint�_destination_endpoint�_protocol_parameters�_query_options� _time_created� _time_updated�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r) �O/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/path_analyzer_test.py�__init__ sX A��zPathAnalyzerTest.__init__c C s | j S )z� **[Required]** Gets the id of this PathAnalyzerTest. A unique identifier established when the resource is created. The identifier can't be changed later. :return: The id of this PathAnalyzerTest. :rtype: str �r �r'