Class ConnectLocalPeeringGatewaysDetails
Information about the other local peering gateway (LPG).
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ConnectLocalPeeringGatewaysDetails
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 LPG you want to peer with. |
Remarks
Required