PeeringBgpSession Class
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.
The properties that define a BGP session.
public class PeeringBgpSession : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Peering.Models.PeeringBgpSession>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Peering.Models.PeeringBgpSession>
public class PeeringBgpSession
type PeeringBgpSession = class
interface IJsonModel<PeeringBgpSession>
interface IPersistableModel<PeeringBgpSession>
type PeeringBgpSession = class
Public Class PeeringBgpSession
Implements IJsonModel(Of PeeringBgpSession), IPersistableModel(Of PeeringBgpSession)
Public Class PeeringBgpSession
- Inheritance
-
PeeringBgpSession
- Implements
Constructors
PeeringBgpSession() |
Initializes a new instance of PeeringBgpSession. |
Properties
MaxPrefixesAdvertisedV4 |
The maximum number of prefixes advertised over the IPv4 session. |
MaxPrefixesAdvertisedV6 |
The maximum number of prefixes advertised over the IPv6 session. |
Md5AuthenticationKey |
The MD5 authentication key of the session. |
MicrosoftSessionIPv4Address |
The IPv4 session address on Microsoft's end. |
MicrosoftSessionIPv6Address |
The IPv6 session address on Microsoft's end. |
PeerSessionIPv4Address |
The IPv4 session address on peer's end. |
PeerSessionIPv6Address |
The IPv6 session address on peer's end. |
SessionPrefixV4 |
The IPv4 prefix that contains both ends' IPv4 addresses. |
SessionPrefixV6 |
The IPv6 prefix that contains both ends' IPv6 addresses. |
SessionStateV4 |
The state of the IPv4 session. |
SessionStateV6 |
The state of the IPv6 session. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<PeeringBgpSession>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PeeringBgpSession>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PeeringBgpSession>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PeeringBgpSession>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PeeringBgpSession>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |