Show / Hide Table of Contents

Class LoopBackDrgAttachmentNetworkDetails

Specifies the loopback attachment on the DRG. A loopback attachment can be used to terminate a virtual circuit that is carrying an IPSec tunnel, routing traffic directly to the IPSec tunnel attachment where the tunnel can terminate.

Inheritance
object
DrgAttachmentNetworkDetails
LoopBackDrgAttachmentNetworkDetails
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 LoopBackDrgAttachmentNetworkDetails : DrgAttachmentNetworkDetails

Properties

Ids

Declaration
[JsonProperty(PropertyName = "ids")]
public List<string> Ids { get; set; }
Property Value
Type Description
List<string>

The OCID of the target IPSec tunnel attachment.

In this article
Back to top