Share via


ServiceLoadBalancerBgpPeer Class

Definition

ServiceLoadBalancerBgpPeer represents the configuration of the BGP service load balancer for the Kubernetes cluster.

public class ServiceLoadBalancerBgpPeer
type ServiceLoadBalancerBgpPeer = class
Public Class ServiceLoadBalancerBgpPeer
Inheritance
ServiceLoadBalancerBgpPeer

Constructors

ServiceLoadBalancerBgpPeer(String, String, Int64)

Initializes a new instance of ServiceLoadBalancerBgpPeer.

Properties

BfdEnabled

The indicator of BFD enablement for this BgpPeer.

BgpMultiHop

The indicator to enable multi-hop peering support.

HoldTime

The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.

KeepAliveTime

The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.

MyAsn

The autonomous system number used for the local end of the BGP session.

Name

The name used to identify this BGP peer for association with a BGP advertisement.

Password

The authentication password for routers enforcing TCP MD5 authenticated sessions.

PeerAddress

The IPv4 or IPv6 address used to connect this BGP session.

PeerAsn

The autonomous system number expected from the remote end of the BGP session.

PeerPort

The port used to connect this BGP session.

Applies to