Delen via


ServiceLoadBalancerBgpPeer Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServiceLoadBalancerBgpPeerTypeConverter))]
public class ServiceLoadBalancerBgpPeer : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ServiceLoadBalancerBgpPeerTypeConverter))>]
type ServiceLoadBalancerBgpPeer = class
    interface IServiceLoadBalancerBgpPeer
    interface IJsonSerializable
Public Class ServiceLoadBalancerBgpPeer
Implements IServiceLoadBalancerBgpPeer
Inheritance
ServiceLoadBalancerBgpPeer
Attributes
Implements

Constructors

ServiceLoadBalancerBgpPeer()

Creates an new ServiceLoadBalancerBgpPeer instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceLoadBalancerBgpPeer.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceLoadBalancerBgpPeer.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IServiceLoadBalancerBgpPeer.

FromJsonString(String)

Creates a new instance of ServiceLoadBalancerBgpPeer, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceLoadBalancerBgpPeer into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to