ruạṛ
a O��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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�PathAnalyzerTestSummaryz? Defines the summary of a `PathAnalyzerTest` resource. c K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )aF Initializes a new PathAnalyzerTestSummary 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 PathAnalyzerTestSummary. :type id: str :param display_name: The value to assign to the display_name property of this PathAnalyzerTestSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this PathAnalyzerTestSummary. :type compartment_id: str :param protocol: The value to assign to the protocol property of this PathAnalyzerTestSummary. :type protocol: int :param source_endpoint: The value to assign to the source_endpoint property of this PathAnalyzerTestSummary. :type source_endpoint: oci.vn_monitoring.models.Endpoint :param destination_endpoint: The value to assign to the destination_endpoint property of this PathAnalyzerTestSummary. :type destination_endpoint: oci.vn_monitoring.models.Endpoint :param protocol_parameters: The value to assign to the protocol_parameters property of this PathAnalyzerTestSummary. :type protocol_parameters: oci.vn_monitoring.models.ProtocolParameters :param query_options: The value to assign to the query_options property of this PathAnalyzerTestSummary. :type query_options: oci.vn_monitoring.models.QueryOptions :param time_created: The value to assign to the time_created property of this PathAnalyzerTestSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PathAnalyzerTestSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PathAnalyzerTestSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this PathAnalyzerTestSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PathAnalyzerTestSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this PathAnalyzerTestSummary. :type system_tags: dict(str, dict(str, object)) �str�int�Endpoint�ProtocolParameters�QueryOptions�datetimezdict(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 �displayName� compartmentIdr �sourceEndpoint�destinationEndpoint�protocolParameters�queryOptions�timeCreated�timeUpdated�lifecycleState�freeformTags�definedTags� systemTagsN)� swagger_types� 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� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vn_monitoring/models/path_analyzer_test_summary.py�__init__ sX ?��z PathAnalyzerTestSummary.__init__c C s | j S )a **[Required]** Gets the id of this PathAnalyzerTestSummary. A unique identifier established when the resource is created. The identifier can't be changed later. :return: The id of this PathAnalyzerTestSummary. :rtype: str �r) �r7 r9 r9 r: r s zPathAnalyzerTestSummary.idc C s || _ dS )z� Sets the id of this PathAnalyzerTestSummary. A unique identifier established when the resource is created. The identifier can't be changed later. :param id: The id of this PathAnalyzerTestSummary. :type: str Nr<