ruạṛ
a ���fn � @ 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� �Zdd� Zdd� Z dd� ZdS )�EndpointResultz8 The validation status of a specified endpoint. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new EndpointResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param endpoint_name: The value to assign to the endpoint_name property of this EndpointResult. :type endpoint_name: str :param url: The value to assign to the url property of this EndpointResult. :type url: str :param status: The value to assign to the status property of this EndpointResult. :type status: str :param violations: The value to assign to the violations property of this EndpointResult. :type violations: list[oci.log_analytics.models.Violation] :param log_endpoints: The value to assign to the log_endpoints property of this EndpointResult. :type log_endpoints: list[str] �strzlist[Violation]z list[str])� endpoint_name�url�status� violations� log_endpointsZendpointNamer r r ZlogEndpointsN)Z swagger_typesZ attribute_map�_endpoint_name�_url�_status�_violations�_log_endpoints)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/log_analytics/models/endpoint_result.py�__init__ s"