IPSecConnectionTunnelErrorDetails¶
-
class
oci.core.models.
IPSecConnectionTunnelErrorDetails
(**kwargs)¶ Bases:
object
Details for an error on an IPSec tunnel.
Methods
__init__
(**kwargs)Initializes a new IPSecConnectionTunnelErrorDetails object with values from keyword arguments. Attributes
error_code
[Required] Gets the error_code of this IPSecConnectionTunnelErrorDetails. error_description
[Required] Gets the error_description of this IPSecConnectionTunnelErrorDetails. id
[Required] Gets the id of this IPSecConnectionTunnelErrorDetails. oci_resources_link
[Required] Gets the oci_resources_link of this IPSecConnectionTunnelErrorDetails. solution
[Required] Gets the solution of this IPSecConnectionTunnelErrorDetails. timestamp
[Required] Gets the timestamp of this IPSecConnectionTunnelErrorDetails. -
__init__
(**kwargs)¶ Initializes a new IPSecConnectionTunnelErrorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this IPSecConnectionTunnelErrorDetails.
- error_code (str) – The value to assign to the error_code property of this IPSecConnectionTunnelErrorDetails.
- error_description (str) – The value to assign to the error_description property of this IPSecConnectionTunnelErrorDetails.
- solution (str) – The value to assign to the solution property of this IPSecConnectionTunnelErrorDetails.
- oci_resources_link (str) – The value to assign to the oci_resources_link property of this IPSecConnectionTunnelErrorDetails.
- timestamp (datetime) – The value to assign to the timestamp property of this IPSecConnectionTunnelErrorDetails.
-
error_code
¶ [Required] Gets the error_code of this IPSecConnectionTunnelErrorDetails. Unique code describes the error type.
Returns: The error_code of this IPSecConnectionTunnelErrorDetails. Return type: str
-
error_description
¶ [Required] Gets the error_description of this IPSecConnectionTunnelErrorDetails. A detailed description of the error.
Returns: The error_description of this IPSecConnectionTunnelErrorDetails. Return type: str
-
id
¶ [Required] Gets the id of this IPSecConnectionTunnelErrorDetails. Unique ID generated for each error report.
Returns: The id of this IPSecConnectionTunnelErrorDetails. Return type: str
-
oci_resources_link
¶ [Required] Gets the oci_resources_link of this IPSecConnectionTunnelErrorDetails. Link to more Oracle resources or relevant documentation.
Returns: The oci_resources_link of this IPSecConnectionTunnelErrorDetails. Return type: str
-
solution
¶ [Required] Gets the solution of this IPSecConnectionTunnelErrorDetails. Resolution for the error.
Returns: The solution of this IPSecConnectionTunnelErrorDetails. Return type: str
-
timestamp
¶ [Required] Gets the timestamp of this IPSecConnectionTunnelErrorDetails. Timestamp when the error occurred.
Returns: The timestamp of this IPSecConnectionTunnelErrorDetails. Return type: datetime
-