Show / Hide Table of Contents

Class FlexTunnelDrgAttachmentNetworkDetails

Specifies the flex tunnel attached to the DRG.

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

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.

IngressVip

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

IPv4 address used to encapsulate ingress traffic to the DRG through this attachment

MplsLabel

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

The MPLS label of the DRG attachment.

RegionalOciAsn

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

The BGP ASN to use for the Flex Tunnel connection's route target

TransportAttachmentId

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

The OCID of the transport drg attachment of the flex tunnel.

In this article
Back to top