ruạṛ
a N��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 )�TestPreferredCredentialStatusz� The status of the preferred credential test. The status is 'SUCCEEDED' if the preferred credential is working else the status is 'FAILED'. � SUCCEEDED�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ak Initializes a new TestPreferredCredentialStatus 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 TestPreferredCredentialStatus. 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 TestPreferredCredentialStatus. :type error_code: str :param error_message: The value to assign to the error_message property of this TestPreferredCredentialStatus. :type error_message: str �str)�status� error_code� error_messager � errorCode�errorMessageN)� swagger_types� attribute_map�_status�_error_code�_error_message)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/test_preferred_credential_status.py�__init__ s ��z&TestPreferredCredentialStatus.__init__c C s | j S )a� Gets the status of this TestPreferredCredentialStatus. The status of the preferred credential test. The status is 'SUCCEEDED' if the preferred credential is working 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 TestPreferredCredentialStatus. :rtype: str )r �r r r r r <