Class SetDrgPeeringConnectionDetails
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class SetDrgPeeringConnectionDetails
Properties
DrgId
Declaration
[Required(ErrorMessage = "DrgId is required.")]
[JsonProperty(PropertyName = "drgId")]
public string DrgId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the DRG. |
Remarks
Required
PeerIngressVIP
Declaration
[JsonProperty(PropertyName = "peerIngressVIP")]
public string PeerIngressVIP { get; set; }
Property Value
| Type | Description |
|---|---|
| string | ingress VIP of the peered DRG |
PeerRegionName
Declaration
[Required(ErrorMessage = "PeerRegionName is required.")]
[JsonProperty(PropertyName = "peerRegionName")]
public string PeerRegionName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCI region name to include in the routeData |
Remarks
Required
PeerRpcRouteTarget
Declaration
[Required(ErrorMessage = "PeerRpcRouteTarget is required.")]
[JsonProperty(PropertyName = "peerRpcRouteTarget")]
public string PeerRpcRouteTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The string in the form ASN:rpc_attachment_mplsLabel. |
Remarks
Required