IInternalNetworkPropertiesBgpConfiguration 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.InternalNetworkPropertiesBgpConfigurationTypeConverter))]
public interface IInternalNetworkPropertiesBgpConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.IBgpConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Models.InternalNetworkPropertiesBgpConfigurationTypeConverter))>]
type IInternalNetworkPropertiesBgpConfiguration = interface
interface IJsonSerializable
interface IBgpConfiguration
interface IAnnotationResource
Public Interface IInternalNetworkPropertiesBgpConfiguration
Implements IBgpConfiguration
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AllowAs |
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. (Inherited from IBgpConfiguration) |
| AllowAsOverride |
Enable Or Disable state. (Inherited from IBgpConfiguration) |
| Annotation |
Switch configuration description. (Inherited from IAnnotationResource) |
| BfdConfigurationAdministrativeState |
Administrative state of the BfdConfiguration. Example: Enabled | Disabled. (Inherited from IBgpConfiguration) |
| BfdConfigurationIntervalInMilliSecond |
Interval in milliseconds. Example: 300. (Inherited from IBgpConfiguration) |
| BfdConfigurationMultiplier |
Multiplier for the Bfd Configuration. Example: 5. (Inherited from IBgpConfiguration) |
| DefaultRouteOriginate |
Originate a defaultRoute. Ex: "True" | "False". (Inherited from IBgpConfiguration) |
| FabricAsn |
ASN of Network Fabric. Example: 65048. (Inherited from IBgpConfiguration) |
| Ipv4ListenRangePrefix |
List of BGP IPv4 Listen Range prefixes. (Inherited from IBgpConfiguration) |
| Ipv4NeighborAddress |
List with stringified IPv4 Neighbor Addresses. (Inherited from IBgpConfiguration) |
| Ipv6ListenRangePrefix |
List of BGP IPv6 Listen Ranges prefixes. (Inherited from IBgpConfiguration) |
| Ipv6NeighborAddress |
List with stringified IPv6 Neighbor Address. (Inherited from IBgpConfiguration) |
| PeerAsn |
Peer ASN. Example: 65047. (Inherited from IBgpConfiguration) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |