Show / Hide Table of Contents

Class PeerInformation

Routing information for peer nodes using the Border Gateway Protocol (BGP).

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

Properties

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.

In this article
Back to top