Class IpsecTunnelDrgAttachmentNetworkDetails
Specifies the IPSec tunnel attached to the DRG.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class IpsecTunnelDrgAttachmentNetworkDetails : DrgAttachmentNetworkDetails
  Properties
IpsecConnectionId
Declaration
[JsonProperty(PropertyName = "ipsecConnectionId")]
public string IpsecConnectionId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The IPSec connection that contains the attached IPSec tunnel.  | 
      
TransportAttachmentId
Declaration
[JsonProperty(PropertyName = "transportAttachmentId")]
public string TransportAttachmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the virtual circuit's DRG attachment.  |