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

Properties

CommonExportRT

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

Common Export route target to use for the DRG Attachment instead of per-attachment route target. This is applicable to DRG attachments that are assigned to a DRG route table which is whitelisted for route unification.

CommonImportRT

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

Common Import route target to use for the DRG attachment instead of per-attachment import route target. This is applicable to DRG attachments that are assigned to a DRG route table which is whitelisted for route unification.

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

IpsecConnectionId

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

The IPSec connection that contains the attached IPSec tunnel.

IsGammaDrg

Declaration
[JsonProperty(PropertyName = "isGammaDrg")]
public bool? IsGammaDrg { get; set; }
Property Value
Type Description
bool?

Whether traffic from this network is forwarded to the El Paso Gamma VIPs (or not)

IsRouteUnificationEnabled

Declaration
[JsonProperty(PropertyName = "isRouteUnificationEnabled")]
public bool? IsRouteUnificationEnabled { get; set; }
Property Value
Type Description
bool?

This indicates whether the DRG route table associated with the DRG attachment is whitelisted for route unification.
Example: true

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 IPSec connection's route target.

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