Distributed Cloud Edge Network v1 API - Class Router.Types.Bgp (1.3.0)

public sealed class Router.Types.Bgp : IMessage<Router.Types.Bgp>, IEquatable<Router.Types.Bgp>, IDeepCloneable<Router.Types.Bgp>, IBufferMessage, IMessage

Reference documentation and code samples for the Distributed Cloud Edge Network v1 API class Router.Types.Bgp.

BGP information specific to this router.

Inheritance

object > Router.Types.Bgp

Namespace

Google.Cloud.EdgeNetwork.V1

Assembly

Google.Cloud.EdgeNetwork.V1.dll

Constructors

Bgp()

public Bgp()

Bgp(Bgp)

public Bgp(Router.Types.Bgp other)
Parameter
Name Description
other RouterTypesBgp

Properties

Asn

public uint Asn { get; set; }

Locally assigned BGP ASN.

Property Value
Type Description
uint

KeepaliveIntervalInSeconds

public uint KeepaliveIntervalInSeconds { get; set; }

The interval in seconds between BGP keepalive messages that are sent to the peer. Default is 20 with value between 20 and 60.

Property Value
Type Description
uint