Class VirtualCircuitDrgAttachmentNetworkDetails
Specifies the virtual circuit attached to the DRG.
Inherited Members
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.
|
IsFFAB
Declaration
[JsonProperty(PropertyName = "isFFAB")]
public bool? IsFFAB { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | Whether the Fast Connect is an FFAB VirtualCircuit.
|
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.
|
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.
|
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.
|