NetworkToNetworkInterconnectOptionBLayer3Configuration 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.
NNI option B layer 3 configuration.
public class NetworkToNetworkInterconnectOptionBLayer3Configuration : Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectOptionBLayer3Configuration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectOptionBLayer3Configuration>
type NetworkToNetworkInterconnectOptionBLayer3Configuration = class
inherit OptionBLayer3Configuration
interface IJsonModel<NetworkToNetworkInterconnectOptionBLayer3Configuration>
interface IPersistableModel<NetworkToNetworkInterconnectOptionBLayer3Configuration>
Public Class NetworkToNetworkInterconnectOptionBLayer3Configuration
Inherits OptionBLayer3Configuration
Implements IJsonModel(Of NetworkToNetworkInterconnectOptionBLayer3Configuration), IPersistableModel(Of NetworkToNetworkInterconnectOptionBLayer3Configuration)
- Inheritance
-
NetworkToNetworkInterconnectOptionBLayer3Configuration
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkToNetworkInterconnectOptionBLayer3Configuration(Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of NetworkToNetworkInterconnectOptionBLayer3Configuration. |
Properties
| Name | Description |
|---|---|
| BmpConfigurationState |
BGP Monitoring Protocol (BMP) Configuration State. (Inherited from OptionBLayer3Configuration) |
| FabricAsn |
ASN of CE devices for CE/PE connectivity. (Inherited from OptionBLayer3Configuration) |
| PeerAsn |
ASN of PE devices for CE/PE connectivity.Example : 28. (Inherited from OptionBLayer3Configuration) |
| PeLoopbackIPAddress |
Provider Edge (PE) Loopback IP Address. (Inherited from OptionBLayer3Configuration) |
| PrefixLimits |
OptionB Layer3 prefix limit configuration. (Inherited from OptionBLayer3Configuration) |
| PrimaryIPv4Prefix |
IPv4 Address Prefix. (Inherited from Layer3IPPrefixProperties) |
| PrimaryIPv6Prefix |
IPv6 Address Prefix. (Inherited from Layer3IPPrefixProperties) |
| SecondaryIPv4Prefix |
Secondary IPv4 Address Prefix. (Inherited from Layer3IPPrefixProperties) |
| SecondaryIPv6Prefix |
Secondary IPv6 Address Prefix. (Inherited from Layer3IPPrefixProperties) |
| VlanId |
VLAN for CE/PE Layer 3 connectivity.Example : 501. (Inherited from OptionBLayer3Configuration) |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |