L3OptionAProperties Class

Definition

Peering optionA properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3OptionAPropertiesTypeConverter))]
public class L3OptionAProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IL3OptionAProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.L3OptionAPropertiesTypeConverter))>]
type L3OptionAProperties = class
    interface IL3OptionAProperties
    interface IJsonSerializable
Public Class L3OptionAProperties
Implements IL3OptionAProperties
Inheritance
L3OptionAProperties
Attributes
Implements

Constructors

Name Description
L3OptionAProperties()

Creates an new L3OptionAProperties instance.

Properties

Name Description
BfdConfiguration

BFD configuration properties

EgressAclId

Egress Acl. ARM resource ID of Access Control Lists.

FabricAsn

Fabric ASN number. Example 65001

IngressAclId

Ingress Acl. ARM resource ID of Access Control Lists.

Mtu

MTU to use for option A peering.

PeerAsn

Peer ASN number.Example : 28

VlanId

Vlan identifier. Example : 501

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of L3OptionAProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of L3OptionAProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of L3OptionAProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to