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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBLayer3ConfigurationTypeConverter))]
public class OptionBLayer3Configuration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionBLayer3Configuration, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.OptionBLayer3ConfigurationTypeConverter))>]
type OptionBLayer3Configuration = class
interface IOptionBLayer3Configuration
interface IJsonSerializable
interface ILayer3IPPrefixProperties
interface IValidates
Public Class OptionBLayer3Configuration
Implements IOptionBLayer3Configuration, IValidates
- Inheritance
-
OptionBLayer3Configuration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OptionBLayer3Configuration() |
Creates an new OptionBLayer3Configuration 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 OptionBLayer3Configuration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OptionBLayer3Configuration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IOptionBLayer3Configuration. |
| FromJsonString(String) |
Creates a new instance of OptionBLayer3Configuration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OptionBLayer3Configuration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |