IOptionBLayer3Configuration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBLayer3ConfigurationTypeConverter))]
public interface IOptionBLayer3Configuration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.ILayer3IPPrefixProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBLayer3ConfigurationTypeConverter))>]
type IOptionBLayer3Configuration = interface
    interface IJsonSerializable
    interface ILayer3IPPrefixProperties
Public Interface IOptionBLayer3Configuration
Implements ILayer3IPPrefixProperties
Derived
Attributes
Implements

Properties

Name Description
FabricAsn

ASN of CE devices for CE/PE connectivity.

PeerAsn

ASN of PE devices for CE/PE connectivity.Example : 28

PrimaryIpv4Prefix

IPv4 Address Prefix.

(Inherited from ILayer3IPPrefixProperties)
PrimaryIpv6Prefix

IPv6 Address Prefix.

(Inherited from ILayer3IPPrefixProperties)
SecondaryIpv4Prefix

Secondary IPv4 Address Prefix.

(Inherited from ILayer3IPPrefixProperties)
SecondaryIpv6Prefix

Secondary IPv6 Address Prefix.

(Inherited from ILayer3IPPrefixProperties)
VlanId

VLAN for CE/PE Layer 3 connectivity.Example : 501

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to