Class RemotePeeringConnectionDrgAttachmentNetworkDetails
Specifies the DRG attachment to another DRG.
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class RemotePeeringConnectionDrgAttachmentNetworkDetails : 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. |
PeerAttachmentRouteTarget
Declaration
[JsonProperty(PropertyName = "peerAttachmentRouteTarget")]
public string PeerAttachmentRouteTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The attachment route target. |
PeerRegionName
Declaration
[JsonProperty(PropertyName = "peerRegionName")]
public string PeerRegionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The remote Oracle Cloud Infrastructure region name. |
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. |