📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ip_sec_connection_tunnel_error_details.pyc
a N��fT � @ 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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�!IPSecConnectionTunnelErrorDetailsz2 Details for an error on an IPSec tunnel. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new IPSecConnectionTunnelErrorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this IPSecConnectionTunnelErrorDetails. :type id: str :param error_code: The value to assign to the error_code property of this IPSecConnectionTunnelErrorDetails. :type error_code: str :param error_description: The value to assign to the error_description property of this IPSecConnectionTunnelErrorDetails. :type error_description: str :param solution: The value to assign to the solution property of this IPSecConnectionTunnelErrorDetails. :type solution: str :param oci_resources_link: The value to assign to the oci_resources_link property of this IPSecConnectionTunnelErrorDetails. :type oci_resources_link: str :param timestamp: The value to assign to the timestamp property of this IPSecConnectionTunnelErrorDetails. :type timestamp: datetime �str�datetime)�id� error_code�error_description�solution�oci_resources_link� timestampr � errorCode�errorDescriptionr �ociResourcesLinkr N)� swagger_types� attribute_map�_id�_error_code�_error_description� _solution�_oci_resources_link� _timestamp)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/ip_sec_connection_tunnel_error_details.py�__init__ s( � � z*IPSecConnectionTunnelErrorDetails.__init__c C s | j S )z� **[Required]** Gets the id of this IPSecConnectionTunnelErrorDetails. Unique ID generated for each error report. :return: The id of this IPSecConnectionTunnelErrorDetails. :rtype: str �r �r r r r r G s z$IPSecConnectionTunnelErrorDetails.idc C s || _ dS )z� Sets the id of this IPSecConnectionTunnelErrorDetails. Unique ID generated for each error report. :param id: The id of this IPSecConnectionTunnelErrorDetails. :type: str Nr )r r r r r r S s c C s | j S )z� **[Required]** Gets the error_code of this IPSecConnectionTunnelErrorDetails. Unique code describes the error type. :return: The error_code of this IPSecConnectionTunnelErrorDetails. :rtype: str �r r r r r r _ s z,IPSecConnectionTunnelErrorDetails.error_codec C s || _ dS )z� Sets the error_code of this IPSecConnectionTunnelErrorDetails. Unique code describes the error type. :param error_code: The error_code of this IPSecConnectionTunnelErrorDetails. :type: str Nr! )r r r r r r k s c C s | j S )z� **[Required]** Gets the error_description of this IPSecConnectionTunnelErrorDetails. A detailed description of the error. :return: The error_description of this IPSecConnectionTunnelErrorDetails. :rtype: str �r r r r r r w s z3IPSecConnectionTunnelErrorDetails.error_descriptionc C s || _ dS )z� Sets the error_description of this IPSecConnectionTunnelErrorDetails. A detailed description of the error. :param error_description: The error_description of this IPSecConnectionTunnelErrorDetails. :type: str Nr"