IVpnConfigurationPatchableProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.VpnConfigurationPatchablePropertiesTypeConverter))]
public interface IVpnConfigurationPatchableProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.VpnConfigurationPatchablePropertiesTypeConverter))>]
type IVpnConfigurationPatchableProperties = interface
interface IJsonSerializable
Public Interface IVpnConfigurationPatchableProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| NetworkToNetworkInterconnectId |
ARM Resource ID of the Network To Network Interconnect. |
| OptionAPropertyBfdConfigurationAdministrativeState |
Administrative state of the BfdConfiguration. Example: Enabled | Disabled. |
| OptionAPropertyBfdConfigurationIntervalInMilliSecond |
Interval in milliseconds. Example: 300. |
| OptionAPropertyBfdConfigurationMultiplier |
Multiplier for the Bfd Configuration. Example: 5. |
| OptionAPropertyMtu |
MTU to use for option A peering. |
| OptionAPropertyPeerAsn |
Peer ASN number.Example : 28 |
| OptionAPropertyPrimaryIpv4Prefix |
IPv4 Address Prefix. |
| OptionAPropertyPrimaryIpv6Prefix |
IPv6 Address Prefix. |
| OptionAPropertySecondaryIpv4Prefix |
Secondary IPv4 Address Prefix. |
| OptionAPropertySecondaryIpv6Prefix |
Secondary IPv6 Address Prefix. |
| OptionAPropertyVlanId |
Vlan Id.Example : 501 |
| OptionBPropertyExportRouteTarget |
Route Targets to be applied for outgoing routes from CE. This is for backward compatibility. |
| OptionBPropertyImportRouteTarget |
Route Targets to be applied for incoming routes into CE. This is for backward compatibility. |
| PeeringOption |
Peering option list. |
| RouteTargetExportIpv4RouteTarget |
Route Targets to be applied for outgoing routes into CE. |
| RouteTargetExportIpv6RouteTarget |
Route Targets to be applied for outgoing routes from CE. |
| RouteTargetImportIpv4RouteTarget |
Route Targets to be applied for incoming routes into CE. |
| RouteTargetImportIpv6RouteTarget |
Route Targets to be applied for incoming routes from CE. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |