다음을 통해 공유


ServiceLoadBalancerBgpPeer Class

Definition

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

public class ServiceLoadBalancerBgpPeer
public class ServiceLoadBalancerBgpPeer : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ServiceLoadBalancerBgpPeer>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ServiceLoadBalancerBgpPeer>
type ServiceLoadBalancerBgpPeer = class
type ServiceLoadBalancerBgpPeer = class
    interface IJsonModel<ServiceLoadBalancerBgpPeer>
    interface IPersistableModel<ServiceLoadBalancerBgpPeer>
Public Class ServiceLoadBalancerBgpPeer
Public Class ServiceLoadBalancerBgpPeer
Implements IJsonModel(Of ServiceLoadBalancerBgpPeer), IPersistableModel(Of ServiceLoadBalancerBgpPeer)
Inheritance
ServiceLoadBalancerBgpPeer
Implements

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

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. The requested BGP hold time value. This field uses ISO 8601 duration format, for example P1H.

KeepAliveTime

Field Deprecated. The field was previously optional, now it will have no defined behavior and will be ignored. 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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServiceLoadBalancerBgpPeer>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceLoadBalancerBgpPeer>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceLoadBalancerBgpPeer>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceLoadBalancerBgpPeer>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceLoadBalancerBgpPeer>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to