Class ConnectLocalPeeringGatewaysDetails
Information about the other local peering gateway (LPG).
Inherited Members
Namespace: Oci.VnmonitoringService.Models
Assembly: OCI.DotNetSDK.Vnmonitoring.dll
Syntax
public class ConnectLocalPeeringGatewaysDetailsProperties
PeerId
Declaration
[Required(ErrorMessage = "PeerId is required.")]
[JsonProperty(PropertyName = "peerId")]
public string PeerId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the LPG you want to peer with. | 
Remarks
Required