INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesOptionBLayer3ConfigurationTypeConverter))]
public interface INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionBLayer3Configuration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesOptionBLayer3ConfigurationTypeConverter))>]
type INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration = interface
interface IJsonSerializable
interface IOptionBLayer3Configuration
interface ILayer3IPPrefixProperties
Public Interface INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration
Implements IOptionBLayer3Configuration
- Derived
- Attributes
- Implements
Properties
FabricAsn |
ASN of CE devices for CE/PE connectivity. (Inherited from IOptionBLayer3Configuration) |
PeerAsn |
ASN of PE devices for CE/PE connectivity.Example : 28 (Inherited from IOptionBLayer3Configuration) |
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 (Inherited from IOptionBLayer3Configuration) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |