IPSecConnectionDeviceStatus¶
-
class
oci.core.models.
IPSecConnectionDeviceStatus
(**kwargs)¶ Bases:
object
Deprecated. For tunnel information, instead see
IPSecConnectionTunnel
.Methods
__init__
(**kwargs)Initializes a new IPSecConnectionDeviceStatus object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this IPSecConnectionDeviceStatus. id
[Required] Gets the id of this IPSecConnectionDeviceStatus. time_created
Gets the time_created of this IPSecConnectionDeviceStatus. tunnels
Gets the tunnels of this IPSecConnectionDeviceStatus. -
__init__
(**kwargs)¶ Initializes a new IPSecConnectionDeviceStatus object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this IPSecConnectionDeviceStatus.
- id (str) – The value to assign to the id property of this IPSecConnectionDeviceStatus.
- time_created (datetime) – The value to assign to the time_created property of this IPSecConnectionDeviceStatus.
- tunnels (list[oci.core.models.TunnelStatus]) – The value to assign to the tunnels property of this IPSecConnectionDeviceStatus.
-
compartment_id
¶ [Required] Gets the compartment_id of this IPSecConnectionDeviceStatus. The OCID of the compartment containing the IPSec connection.
Returns: The compartment_id of this IPSecConnectionDeviceStatus. Return type: str
-
id
¶ [Required] Gets the id of this IPSecConnectionDeviceStatus. The IPSec connection’s Oracle ID (OCID).
Returns: The id of this IPSecConnectionDeviceStatus. Return type: str
-
time_created
¶ Gets the time_created of this IPSecConnectionDeviceStatus. The date and time the IPSec connection was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this IPSecConnectionDeviceStatus. Return type: datetime
-
tunnels
¶ Gets the tunnels of this IPSecConnectionDeviceStatus. Two
TunnelStatus
objects.Returns: The tunnels of this IPSecConnectionDeviceStatus. Return type: list[oci.core.models.TunnelStatus]
-