Show / Hide Table of Contents

Class RemotePeeringConnectionDrgAttachmentNetworkCreateDetails

Inheritance
object
DrgAttachmentNetworkCreateDetails
RemotePeeringConnectionDrgAttachmentNetworkCreateDetails
Inherited Members
DrgAttachmentNetworkCreateDetails.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 RemotePeeringConnectionDrgAttachmentNetworkCreateDetails : DrgAttachmentNetworkCreateDetails

Properties

CompartmentId

Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

The OCID of compartment that contains the remote peering connection.

Remarks

Required

IsGlobalFastConnect

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

Whether the RPC attachment is for a GFC DRG, indicating the mpls label should be allocated from the VC label range.
Example: true

RegionalOciAsn

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

The BGP ASN to use for the remote peering connection's route target.

In this article
Back to top