Class ConnectRemotePeeringConnectionsDetails
Information about the other remote peering connection (RPC).
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ConnectRemotePeeringConnectionsDetailsProperties
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.
 | 
Remarks
Required