IInternalNetworkPatchProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPatchPropertiesTypeConverter))]
public interface IInternalNetworkPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IAnnotationResource, Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IInternalNetworkPatchableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPatchPropertiesTypeConverter))>]
type IInternalNetworkPatchProperties = interface
    interface IJsonSerializable
    interface IAnnotationResource
    interface IInternalNetworkPatchableProperties
Public Interface IInternalNetworkPatchProperties
Implements IAnnotationResource, IInternalNetworkPatchableProperties
Derived
Attributes
Implements

Properties

Name Description
Annotation

Switch configuration description.

(Inherited from IAnnotationResource)
BfdConfigurationAdministrativeState

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

BfdConfigurationIntervalInMilliSecond

Interval in milliseconds. Example: 300.

BfdConfigurationMultiplier

Multiplier for the Bfd Configuration. Example: 5.

BgpConfigurationAllowAs

Allows for routes to be received and processed even if the router detects its own ASN in the AS-Path. 0 is disable, Possible values are 1-10, default is 2.

BgpConfigurationAllowAsOverride

Enable Or Disable state.

BgpConfigurationAnnotation

Switch configuration description.

BgpConfigurationDefaultRouteOriginate

Originate a defaultRoute. Ex: "True" | "False".

BgpConfigurationFabricAsn

ASN of Network Fabric. Example: 65048.

BgpConfigurationIpv4ListenRangePrefix

List of BGP IPv4 Listen Range prefixes.

BgpConfigurationIpv4NeighborAddress

List with stringified IPv4 Neighbor Addresses.

BgpConfigurationIpv6ListenRangePrefix

List of BGP IPv6 Listen Ranges prefixes.

BgpConfigurationIpv6NeighborAddress

List with stringified IPv6 Neighbor Address.

BgpConfigurationPeerAsn

Peer ASN. Example: 65047.

ConnectedIPv4Subnet

List of Connected IPv4 Subnets.

(Inherited from IInternalNetworkPatchableProperties)
ConnectedIPv6Subnet

List of connected IPv6 Subnets.

(Inherited from IInternalNetworkPatchableProperties)
EgressAclId

Egress Acl. ARM resource ID of Access Control Lists.

(Inherited from IInternalNetworkPatchableProperties)
ExportRoutePolicy

Export Route Policy either IPv4 or IPv6.

(Inherited from IInternalNetworkPatchableProperties)
ExportRoutePolicyId

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

(Inherited from IInternalNetworkPatchableProperties)
ImportRoutePolicy

Import Route Policy either IPv4 or IPv6.

(Inherited from IInternalNetworkPatchableProperties)
ImportRoutePolicyId

ARM Resource ID of the RoutePolicy. This is used for the backward compatibility.

(Inherited from IInternalNetworkPatchableProperties)
IngressAclId

Ingress Acl. ARM resource ID of Access Control Lists.

(Inherited from IInternalNetworkPatchableProperties)
IsMonitoringEnabled

To check whether monitoring of internal network is enabled or not.

(Inherited from IInternalNetworkPatchableProperties)
Mtu

Maximum transmission unit. Default value is 1500.

(Inherited from IInternalNetworkPatchableProperties)
StaticRouteConfiguration

Static Route Configuration properties.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to