Class RemotePeeringConnectionDrgAttachmentNetworkCreateDetails
Inheritance
RemotePeeringConnectionDrgAttachmentNetworkCreateDetails
Inherited Members
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.
|
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. |