IServiceLoadBalancerBgpPeer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServiceLoadBalancerBgpPeerTypeConverter))]
public interface IServiceLoadBalancerBgpPeer : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServiceLoadBalancerBgpPeerTypeConverter))>]
type IServiceLoadBalancerBgpPeer = interface
interface IJsonSerializable
Public Interface IServiceLoadBalancerBgpPeer
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |