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.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class LoopBackDrgAttachmentNetworkDetails : DrgAttachmentNetworkDetails

Properties

ExportRouteTarget

Declaration
[JsonProperty(PropertyName = "exportRouteTarget")]
public string ExportRouteTarget { get; set; }
Property Value
Type Description
string

Routes which are exported to the attachment are exported to the route reflectors with the route target set to the value of the attachment's export route target.

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.

ImportRouteTarget

Declaration
[JsonProperty(PropertyName = "importRouteTarget")]
public string ImportRouteTarget { get; set; }
Property Value
Type Description
string

Routes which may be imported from the attachment (subject to import policy) appear in the route reflectors tagged with the attachment's import route target.

MplsLabel

Declaration
[JsonProperty(PropertyName = "mplsLabel")]
public int? MplsLabel { get; set; }
Property Value
Type Description
int?

The MPLS label of the DRG attachment.

In this article
Back to top