Class VirtualCircuitDrgAttachmentNetworkUpdateDetails
Specifies the update details for the virtual circuit attachment.
Inheritance
VirtualCircuitDrgAttachmentNetworkUpdateDetails
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class VirtualCircuitDrgAttachmentNetworkUpdateDetails : DrgAttachmentNetworkUpdateDetails
Properties
IsEdgePop
Declaration
[JsonProperty(PropertyName = "isEdgePop")]
public bool? IsEdgePop { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? | 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.
|
RegionName
Declaration
[JsonProperty(PropertyName = "regionName")]
public string RegionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCI region name |
RegionalOciAsn
Declaration
[JsonProperty(PropertyName = "regionalOciAsn")]
public string RegionalOciAsn { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The BGP ASN to use for the virtual circuit'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 VCs is encrypted.
|