Show / Hide Table of Contents

Class IpsecTunnelDrgAttachmentNetworkDetails

Specifies the IPSec tunnel attached to the DRG.

Inheritance
object
DrgAttachmentNetworkDetails
IpsecTunnelDrgAttachmentNetworkDetails
Inherited Members
DrgAttachmentNetworkDetails.Id
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top