Show / Hide Table of Contents

Class ConnectRemotePeeringConnectionsDetails

Information about the other remote peering connection (RPC).

Inheritance
object
ConnectRemotePeeringConnectionsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ConnectRemotePeeringConnectionsDetails

Properties

PeerId

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

The OCID of the RPC you want to peer with.

Remarks

Required

PeerRegionName

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

The name of the region that contains the RPC you want to peer with.
Example: us-ashburn-1

Remarks

Required

In this article
Back to top