📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_validation_result.cpython-39.pyc
a ���f8 � @ 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 � �Zdd� Zdd� Z dd� ZdS )�ConnectionValidationResultzC The result of validating the credentials of a connection. �PASS�FAILc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aW Initializes a new ConnectionValidationResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param result: The value to assign to the result property of this ConnectionValidationResult. Allowed values for this property are: "PASS", "FAIL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type result: str :param time_validated: The value to assign to the time_validated property of this ConnectionValidationResult. :type time_validated: datetime :param message: The value to assign to the message property of this ConnectionValidationResult. :type message: str �strZdatetime)�result�time_validated�messager Z timeValidatedr N)Z swagger_typesZ attribute_map�_result�_time_validated�_message)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/devops/models/connection_validation_result.py�__init__ s ��z#ConnectionValidationResult.__init__c C s | j S )a� Gets the result of this ConnectionValidationResult. The latest result of whether the credentials pass the validation. Allowed values for this property are: "PASS", "FAIL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The result of this ConnectionValidationResult. :rtype: str )r �r r r r r >