ruạṛ
a O��f.7 � @ 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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�HostScanTargetErrorSummaryz� One of the error during scanning on instances associated with a host scan target (application of a host scan recipe to a compartment or list of hosts). �OCI�QUALYS�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new HostScanTargetErrorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vendor: The value to assign to the vendor property of this HostScanTargetErrorSummary. Allowed values for this property are: "OCI", "QUALYS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type vendor: str :param task: The value to assign to the task property of this HostScanTargetErrorSummary. :type task: str :param message: The value to assign to the message property of this HostScanTargetErrorSummary. :type message: str :param error_code: The value to assign to the error_code property of this HostScanTargetErrorSummary. :type error_code: str :param instance_id: The value to assign to the instance_id property of this HostScanTargetErrorSummary. :type instance_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this HostScanTargetErrorSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_updated: The value to assign to the time_updated property of this HostScanTargetErrorSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this HostScanTargetErrorSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this HostScanTargetErrorSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this HostScanTargetErrorSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object))) �vendor�task�message� error_code�instance_id�lifecycle_state�time_updated� freeform_tags�defined_tags�system_tagsr r r � errorCode� instanceId�lifecycleState�timeUpdated�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_vendor�_task�_message�_error_code�_instance_id�_lifecycle_state� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/host_scan_target_error_summary.py�__init__0 s@ 3�� z#HostScanTargetErrorSummary.__init__c C s | j S )a� **[Required]** Gets the vendor of this HostScanTargetErrorSummary. Vendor which was used for the host scan agent. Allowed values for this property are: "OCI", "QUALYS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The vendor of this HostScanTargetErrorSummary. :rtype: str )r$ �r. r0 r0 r1 r � s z!HostScanTargetErrorSummary.vendorc C s ddg}t ||�sd}|| _dS )z� Sets the vendor of this HostScanTargetErrorSummary. Vendor which was used for the host scan agent. :param vendor: The vendor of this HostScanTargetErrorSummary. :type: str r r �UNKNOWN_ENUM_VALUEN)r r$ )r. r �allowed_valuesr0 r0 r1 r � s c C s | j S )z� Gets the task of this HostScanTargetErrorSummary. Task during scan which failed. :return: The task of this HostScanTargetErrorSummary. :rtype: str �r% r3 r0 r0 r1 r � s zHostScanTargetErrorSummary.taskc C s || _ dS )z� Sets the task of this HostScanTargetErrorSummary. Task during scan which failed. :param task: The task of this HostScanTargetErrorSummary. :type: str Nr6 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the message of this HostScanTargetErrorSummary. Error message detailing task failure. :return: The message of this HostScanTargetErrorSummary. :rtype: str �r&