ruạṛ
a ���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 d d� Z dd� Zdd� ZdS )�ValidateEndpointResultz= The result of the endpoint configuration validation c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ValidateEndpointResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this ValidateEndpointResult. :type status: str :param status_description: The value to assign to the status_description property of this ValidateEndpointResult. :type status_description: str :param validation_results: The value to assign to the validation_results property of this ValidateEndpointResult. :type validation_results: list[oci.log_analytics.models.EndpointResult] �strzlist[EndpointResult])�status�status_description�validation_resultsr ZstatusDescriptionZvalidationResultsN)Z swagger_typesZ attribute_map�_status�_status_description�_validation_results)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/log_analytics/models/validate_endpoint_result.py�__init__ s ��zValidateEndpointResult.__init__c C s | j S )z� **[Required]** Gets the status of this ValidateEndpointResult. The validation status. :return: The status of this ValidateEndpointResult. :rtype: str �r �r r r r r 4 s zValidateEndpointResult.statusc C s || _ dS )z� Sets the status of this ValidateEndpointResult. The validation status. :param status: The status of this ValidateEndpointResult. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the status_description of this ValidateEndpointResult. The validation status description. :return: The status_description of this ValidateEndpointResult. :rtype: str �r r r r r r L s z)ValidateEndpointResult.status_descriptionc C s || _ dS )z� Sets the status_description of this ValidateEndpointResult. The validation status description. :param status_description: The status_description of this ValidateEndpointResult. :type: str Nr )r r r r r r X s c C s | j S )a Gets the validation_results of this ValidateEndpointResult. Validation results for each specified endpoint. :return: The validation_results of this ValidateEndpointResult. :rtype: list[oci.log_analytics.models.EndpointResult] �r r r r r r d s z)ValidateEndpointResult.validation_resultsc C s || _ dS )a Sets the validation_results of this ValidateEndpointResult. Validation results for each specified endpoint. :param validation_results: The validation_results of this ValidateEndpointResult. :type: list[oci.log_analytics.models.EndpointResult] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zValidateEndpointResult.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zValidateEndpointResult.__eq__c C s | |k S r r r r r r �__ne__� s zValidateEndpointResult.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"