📂 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
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: test_named_credential_status.cpython-39.pyc
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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�TestNamedCredentialStatusz� The status of the named credential test. The status is 'SUCCEEDED' if the named credential is working or else the status is 'FAILED'. � SUCCEEDED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a[ Initializes a new TestNamedCredentialStatus 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 TestNamedCredentialStatus. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param error_code: The value to assign to the error_code property of this TestNamedCredentialStatus. :type error_code: str :param error_message: The value to assign to the error_message property of this TestNamedCredentialStatus. :type error_message: str �str)�status� error_code� error_messager Z errorCodeZerrorMessageN)Z swagger_typesZ attribute_map�_status�_error_code�_error_message)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/database_management/models/test_named_credential_status.py�__init__ s ��z"TestNamedCredentialStatus.__init__c C s | j S )a� **[Required]** Gets the status of this TestNamedCredentialStatus. The status of the named credential test. The status is 'SUCCEEDED' if the named credential is working or else the status is 'FAILED'. Allowed values for this property are: "SUCCEEDED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The status of this TestNamedCredentialStatus. :rtype: str )r �r r r r r >