ServiceLoadBalancerBgpPeer interface
ServiceLoadBalancerBgpPeer represents the configuration of the BGP service load balancer for the Kubernetes cluster.
Properties
bfd |
The indicator of BFD enablement for this BgpPeer. |
bgp |
The indicator to enable multi-hop peering support. |
hold |
The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H. |
keep |
The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H. |
my |
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. |
peer |
The IPv4 or IPv6 address used to connect this BGP session. |
peer |
The autonomous system number expected from the remote end of the BGP session. |
peer |
The port used to connect this BGP session. |
Property Details
bfdEnabled
The indicator of BFD enablement for this BgpPeer.
bfdEnabled?: string
Property Value
string
bgpMultiHop
The indicator to enable multi-hop peering support.
bgpMultiHop?: string
Property Value
string
holdTime
The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.
holdTime?: string
Property Value
string
keepAliveTime
The requested BGP keepalive time value. This field uses ISO 8601 duration format, for example P1H.
keepAliveTime?: string
Property Value
string
myAsn
The autonomous system number used for the local end of the BGP session.
myAsn?: number
Property Value
number
name
The name used to identify this BGP peer for association with a BGP advertisement.
name: string
Property Value
string
password
The authentication password for routers enforcing TCP MD5 authenticated sessions.
password?: string
Property Value
string
peerAddress
The IPv4 or IPv6 address used to connect this BGP session.
peerAddress: string
Property Value
string
peerAsn
The autonomous system number expected from the remote end of the BGP session.
peerAsn: number
Property Value
number
peerPort
The port used to connect this BGP session.
peerPort?: number
Property Value
number