Show / Hide Table of Contents

Class SetDrgPeeringConnectionDetails

Inheritance
object
SetDrgPeeringConnectionDetails
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 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

In this article
Back to top