VirtualCircuitAssociatedTunnelDetails¶
-
class
oci.core.models.
VirtualCircuitAssociatedTunnelDetails
(**kwargs)¶ Bases:
object
Detailed private tunnel info associated with the virtual circuit.
Attributes
TUNNEL_TYPE_IPSEC
A constant which can be used with the tunnel_type property of a VirtualCircuitAssociatedTunnelDetails. ipsec_connection_id
Gets the ipsec_connection_id of this VirtualCircuitAssociatedTunnelDetails. tunnel_id
[Required] Gets the tunnel_id of this VirtualCircuitAssociatedTunnelDetails. tunnel_type
[Required] Gets the tunnel_type of this VirtualCircuitAssociatedTunnelDetails. Methods
__init__
(**kwargs)Initializes a new VirtualCircuitAssociatedTunnelDetails object with values from keyword arguments. -
TUNNEL_TYPE_IPSEC
= 'IPSEC'¶ A constant which can be used with the tunnel_type property of a VirtualCircuitAssociatedTunnelDetails. This constant has a value of “IPSEC”
-
__init__
(**kwargs)¶ Initializes a new VirtualCircuitAssociatedTunnelDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - tunnel_type (str) – The value to assign to the tunnel_type property of this VirtualCircuitAssociatedTunnelDetails. Allowed values for this property are: “IPSEC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- ipsec_connection_id (str) – The value to assign to the ipsec_connection_id property of this VirtualCircuitAssociatedTunnelDetails.
- tunnel_id (str) – The value to assign to the tunnel_id property of this VirtualCircuitAssociatedTunnelDetails.
-
ipsec_connection_id
¶ Gets the ipsec_connection_id of this VirtualCircuitAssociatedTunnelDetails. The OCID of IPSec connection associated with the virtual circuit.
Returns: The ipsec_connection_id of this VirtualCircuitAssociatedTunnelDetails. Return type: str
-
tunnel_id
¶ [Required] Gets the tunnel_id of this VirtualCircuitAssociatedTunnelDetails. The OCID of the IPSec tunnel associated with the virtual circuit.
Returns: The tunnel_id of this VirtualCircuitAssociatedTunnelDetails. Return type: str
-
tunnel_type
¶ [Required] Gets the tunnel_type of this VirtualCircuitAssociatedTunnelDetails. The type of the tunnel associated with the virtual circuit.
Allowed values for this property are: “IPSEC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The tunnel_type of this VirtualCircuitAssociatedTunnelDetails. Return type: str
-