Class PeerInformation
Routing information for peer nodes using the Border Gateway Protocol (BGP).
Inherited Members
Namespace: Oci.ComputecloudatcustomerService.Models
Assembly: OCI.DotNetSDK.Computecloudatcustomer.dll
Syntax
public class PeerInformationProperties
Asn
Declaration
[JsonProperty(PropertyName = "asn")]
public int? Asn { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The Autonomous System Number (ASN) of the peer network. | 
Ip
Declaration
[JsonProperty(PropertyName = "ip")]
public string Ip { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Neighbor Border Gateway Protocal (BGP) IP address. The IP address usually refers to the customer data center router. |