ruạṛ
a ���fR � @ 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.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zed9d:� �Zej d;d:� �Zed<d=� �Zej d>d=� �Zd?d@� ZdAdB� ZdCdD� ZdES )F�CryptoAnalysisResultzx Metadata for the result of a crypto event analysis. The analysis result is stored in an Object Storage bucket. �JFR�MANAGED_INSTANCEc K s� dddddddddddddddddddd�| _ ddddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CryptoAnalysisResult 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 CryptoAnalysisResult. :type id: str :param work_request_id: The value to assign to the work_request_id property of this CryptoAnalysisResult. :type work_request_id: str :param aggregation_mode: The value to assign to the aggregation_mode property of this CryptoAnalysisResult. Allowed values for this property are: "JFR", "MANAGED_INSTANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type aggregation_mode: str :param fleet_id: The value to assign to the fleet_id property of this CryptoAnalysisResult. :type fleet_id: str :param managed_instance_id: The value to assign to the managed_instance_id property of this CryptoAnalysisResult. :type managed_instance_id: str :param host_name: The value to assign to the host_name property of this CryptoAnalysisResult. :type host_name: str :param time_first_event: The value to assign to the time_first_event property of this CryptoAnalysisResult. :type time_first_event: datetime :param time_last_event: The value to assign to the time_last_event property of this CryptoAnalysisResult. :type time_last_event: datetime :param total_event_count: The value to assign to the total_event_count property of this CryptoAnalysisResult. :type total_event_count: int :param summarized_event_count: The value to assign to the summarized_event_count property of this CryptoAnalysisResult. :type summarized_event_count: int :param finding_count: The value to assign to the finding_count property of this CryptoAnalysisResult. :type finding_count: int :param non_compliant_finding_count: The value to assign to the non_compliant_finding_count property of this CryptoAnalysisResult. :type non_compliant_finding_count: int :param time_created: The value to assign to the time_created property of this CryptoAnalysisResult. :type time_created: datetime :param time_started: The value to assign to the time_started property of this CryptoAnalysisResult. :type time_started: datetime :param time_finished: The value to assign to the time_finished property of this CryptoAnalysisResult. :type time_finished: datetime :param crypto_roadmap_version: The value to assign to the crypto_roadmap_version property of this CryptoAnalysisResult. :type crypto_roadmap_version: str :param namespace: The value to assign to the namespace property of this CryptoAnalysisResult. :type namespace: str :param bucket_name: The value to assign to the bucket_name property of this CryptoAnalysisResult. :type bucket_name: str :param object_name: The value to assign to the object_name property of this CryptoAnalysisResult. :type object_name: str �strZdatetime�int)�id�work_request_id�aggregation_mode�fleet_id�managed_instance_id� host_name�time_first_event�time_last_event�total_event_count�summarized_event_count� finding_count�non_compliant_finding_count�time_created�time_started� time_finished�crypto_roadmap_version� namespace�bucket_name�object_namer Z workRequestIdZaggregationModeZfleetIdZmanagedInstanceIdZhostNameZtimeFirstEventZ timeLastEventZtotalEventCountZsummarizedEventCountZfindingCountZnonCompliantFindingCountZtimeCreatedZtimeStartedZtimeFinishedZcryptoRoadmapVersionr Z bucketNameZ objectNameN)Z swagger_typesZ attribute_map�_id�_work_request_id�_aggregation_mode� _fleet_id�_managed_instance_id� _host_name�_time_first_event�_time_last_event�_total_event_count�_summarized_event_count�_finding_count�_non_compliant_finding_count� _time_created� _time_started�_time_finished�_crypto_roadmap_version� _namespace�_bucket_name�_object_name)�self�kwargs� r3 �I/usr/lib/python3.9/site-packages/oci/jms/models/crypto_analysis_result.py�__init__ sv U��zCryptoAnalysisResult.__init__c C s | j S )z� **[Required]** Gets the id of this CryptoAnalysisResult. The OCID to identify this analysis results. :return: The id of this CryptoAnalysisResult. :rtype: str �r �r1 r3 r3 r4 r � s zCryptoAnalysisResult.idc C s || _ dS )z� Sets the id of this CryptoAnalysisResult. The OCID to identify this analysis results. :param id: The id of this CryptoAnalysisResult. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )z� Gets the work_request_id of this CryptoAnalysisResult. The OCID of the work request to start the analysis. :return: The work_request_id of this CryptoAnalysisResult. :rtype: str �r r7 r3 r3 r4 r � s z$CryptoAnalysisResult.work_request_idc C s || _ dS )z� Sets the work_request_id of this CryptoAnalysisResult. The OCID of the work request to start the analysis. :param work_request_id: The work_request_id of this CryptoAnalysisResult. :type: str Nr8 )r1 r r3 r3 r4 r � s c C s | j S )a� **[Required]** Gets the aggregation_mode of this CryptoAnalysisResult. The result aggregation mode Allowed values for this property are: "JFR", "MANAGED_INSTANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The aggregation_mode of this CryptoAnalysisResult. :rtype: str )r r7 r3 r3 r4 r � s z%CryptoAnalysisResult.aggregation_modec C s ddg}t ||�sd}|| _dS )z� Sets the aggregation_mode of this CryptoAnalysisResult. The result aggregation mode :param aggregation_mode: The aggregation_mode of this CryptoAnalysisResult. :type: str r r ZUNKNOWN_ENUM_VALUEN)r r )r1 r Zallowed_valuesr3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the fleet_id of this CryptoAnalysisResult. The fleet OCID. :return: The fleet_id of this CryptoAnalysisResult. :rtype: str �r! r7 r3 r3 r4 r � s zCryptoAnalysisResult.fleet_idc C s || _ dS )z� Sets the fleet_id of this CryptoAnalysisResult. The fleet OCID. :param fleet_id: The fleet_id of this CryptoAnalysisResult. :type: str Nr9 )r1 r r3 r3 r4 r s c C s | j S )z� Gets the managed_instance_id of this CryptoAnalysisResult. The managed instance OCID. :return: The managed_instance_id of this CryptoAnalysisResult. :rtype: str �r"