VpnConfigurationPatchablePropertiesOptionAProperties Class

Definition

option A properties

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

Constructors

Name Description
VpnConfigurationPatchablePropertiesOptionAProperties()

Creates an new VpnConfigurationPatchablePropertiesOptionAProperties 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 VpnConfigurationPatchablePropertiesOptionAProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VpnConfigurationPatchablePropertiesOptionAProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VpnConfigurationPatchablePropertiesOptionAProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to