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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�NetworkConnectivityStatuszQ The network validation status for a Private Endpoint - Data Asset pair. � REACHABLE� NOT_REACHABLE�ERRORc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a* Initializes a new NetworkConnectivityStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_asset_key: The value to assign to the data_asset_key property of this NetworkConnectivityStatus. :type data_asset_key: str :param private_end_point_key: The value to assign to the private_end_point_key property of this NetworkConnectivityStatus. :type private_end_point_key: str :param error_message: The value to assign to the error_message property of this NetworkConnectivityStatus. :type error_message: str :param time_last_updated: The value to assign to the time_last_updated property of this NetworkConnectivityStatus. :type time_last_updated: datetime :param network_validation_status_enum: The value to assign to the network_validation_status_enum property of this NetworkConnectivityStatus. Allowed values for this property are: "REACHABLE", "NOT_REACHABLE", "ERROR", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type network_validation_status_enum: str �str�datetime)�data_asset_key�private_end_point_key� error_message�time_last_updated�network_validation_status_enum�dataAssetKey�privateEndPointKey�errorMessage�timeLastUpdated�networkValidationStatusEnumN)� swagger_types� attribute_map�_data_asset_key�_private_end_point_key�_error_message�_time_last_updated�_network_validation_status_enum)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/network_connectivity_status.py�__init__ s"