VpnConfigurationPropertiesOptionAProperties Class

Definition

option A properties

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

Constructors

Name Description
VpnConfigurationPropertiesOptionAProperties()

Creates an new VpnConfigurationPropertiesOptionAProperties instance.

Properties

Name Description
BfdConfigurationAdministrativeState

Administrative state of the BfdConfiguration. Example: Enabled | Disabled.

BfdConfigurationIntervalInMilliSecond

Interval in milliseconds. Example: 300.

BfdConfigurationMultiplier

Multiplier for the Bfd Configuration. Example: 5.

Mtu

MTU to use for option A peering.

PeerAsn

Peer ASN number.Example : 28

PrimaryIpv4Prefix

IPv4 Address Prefix.

PrimaryIpv6Prefix

IPv6 Address Prefix.

SecondaryIpv4Prefix

Secondary IPv4 Address Prefix.

SecondaryIpv6Prefix

Secondary IPv6 Address Prefix.

VlanId

Vlan Id.Example : 501

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VpnConfigurationPropertiesOptionAProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VpnConfigurationPropertiesOptionAProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VpnConfigurationPropertiesOptionAProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to