📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: endpoint_result.cpython-39.pyc
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"