Show / Hide Table of Contents

Class VirtualCircuitDrgAttachmentNetworkUpdateDetails

Specifies the update details for the virtual circuit attachment.

Inheritance
object
DrgAttachmentNetworkUpdateDetails
VirtualCircuitDrgAttachmentNetworkUpdateDetails
Inherited Members
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 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.
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

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.
Example: true

In this article
Back to top