VpnLinkBgpSettings Class

Definition

BGP settings details for a link.

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

Constructors

VpnLinkBgpSettings()

Initializes a new instance of VpnLinkBgpSettings.

Properties

Asn

The BGP speaker's ASN.

BgpPeeringAddress

The BGP peering address and BGP identifier of this BGP speaker.

Explicit Interface Implementations

IJsonModel<VpnLinkBgpSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VpnLinkBgpSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VpnLinkBgpSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VpnLinkBgpSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VpnLinkBgpSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to