Show / Hide Table of Contents

Class VirtualCircuitDrgAttachmentNetworkDetails

Specifies the virtual circuit attached to the DRG.

Inheritance
object
DrgAttachmentNetworkDetails
VirtualCircuitDrgAttachmentNetworkDetails
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 VirtualCircuitDrgAttachmentNetworkDetails : 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 high throughput mode.

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 high throughput mode.

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.

IsEdgePop

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

This indicates whether FastConnect extends through an edge POP region.
Example: true

IsFFAB

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

Whether the Fast Connect is an FFAB VirtualCircuit.
Example: true

IsIngressDisintermediationEnabled

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

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

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.

RegionName

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

The 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.

TransportOnlyMode

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

Boolean flag that determines wether all traffic over the virtual circuits is encrypted.
Example: true

In this article
Back to top