NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration Class

Definition

Common properties for Layer3Configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesOptionBLayer3ConfigurationTypeConverter))]
public class NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.NetworkToNetworkInterconnectPropertiesOptionBLayer3ConfigurationTypeConverter))>]
type NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration = class
    interface INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration
    interface IJsonSerializable
    interface IOptionBLayer3Configuration
    interface ILayer3IPPrefixProperties
    interface IValidates
Public Class NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration
Implements INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration, IValidates
Inheritance
NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration
Attributes
Implements

Constructors

Name Description
NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration()

Creates an new NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration instance.

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.

PrimaryIpv6Prefix

IPv6 Address Prefix.

SecondaryIpv4Prefix

Secondary IPv4 Address Prefix.

SecondaryIpv6Prefix

Secondary IPv6 Address Prefix.

VlanId

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.INetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration.

FromJsonString(String)

Creates a new instance of NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkToNetworkInterconnectPropertiesOptionBLayer3Configuration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to