IPSecConnectionDeviceConfig¶
- 
class oci.vn_monitoring.models.IPSecConnectionDeviceConfig(**kwargs)¶
- Bases: - object- Deprecated. For tunnel information, instead see: - Methods - __init__(**kwargs)- Initializes a new IPSecConnectionDeviceConfig object with values from keyword arguments. - Attributes - compartment_id- [Required] Gets the compartment_id of this IPSecConnectionDeviceConfig. - id- [Required] Gets the id of this IPSecConnectionDeviceConfig. - time_created- Gets the time_created of this IPSecConnectionDeviceConfig. - tunnels- Gets the tunnels of this IPSecConnectionDeviceConfig. - 
__init__(**kwargs)¶
- Initializes a new IPSecConnectionDeviceConfig 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 IPSecConnectionDeviceConfig.
- id (str) – The value to assign to the id property of this IPSecConnectionDeviceConfig.
- time_created (datetime) – The value to assign to the time_created property of this IPSecConnectionDeviceConfig.
- tunnels (list[oci.vn_monitoring.models.TunnelConfig]) – The value to assign to the tunnels property of this IPSecConnectionDeviceConfig.
 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this IPSecConnectionDeviceConfig. The OCID of the compartment containing the IPSec connection. - Returns: - The compartment_id of this IPSecConnectionDeviceConfig. - Return type: - str 
 - 
id¶
- [Required] Gets the id of this IPSecConnectionDeviceConfig. The IPSec connection’s Oracle ID (OCID). - Returns: - The id of this IPSecConnectionDeviceConfig. - Return type: - str 
 - 
time_created¶
- Gets the time_created of this IPSecConnectionDeviceConfig. The date and time the IPSec connection was created. - Returns: - The time_created of this IPSecConnectionDeviceConfig. - Return type: - datetime 
 - 
tunnels¶
- Gets the tunnels of this IPSecConnectionDeviceConfig. Two - TunnelConfigobjects.- Returns: - The tunnels of this IPSecConnectionDeviceConfig. - Return type: - list[oci.vn_monitoring.models.TunnelConfig] 
 
-