OptionBLayer3Configuration 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.
OptionB Layer3 Configuration properties.
public class OptionBLayer3Configuration : Azure.ResourceManager.ManagedNetworkFabric.Models.Layer3IPPrefixProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.OptionBLayer3Configuration>
type OptionBLayer3Configuration = class
inherit Layer3IPPrefixProperties
interface IJsonModel<OptionBLayer3Configuration>
interface IPersistableModel<OptionBLayer3Configuration>
Public Class OptionBLayer3Configuration
Inherits Layer3IPPrefixProperties
Implements IJsonModel(Of OptionBLayer3Configuration), IPersistableModel(Of OptionBLayer3Configuration)
- Inheritance
- Derived
- Implements
Constructors
| Name | Description |
|---|---|
| OptionBLayer3Configuration(Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of OptionBLayer3Configuration. |
Properties
| Name | Description |
|---|---|
| BmpConfigurationState |
BGP Monitoring Protocol (BMP) Configuration State. |
| FabricAsn |
ASN of CE devices for CE/PE connectivity. |
| PeerAsn |
ASN of PE devices for CE/PE connectivity.Example : 28. |
| PeLoopbackIPAddress |
Provider Edge (PE) Loopback IP Address. |
| PrefixLimits |
OptionB Layer3 prefix limit configuration. |
| 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. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |