AzureBgpPeering Class
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.
Describes a Border Gateway Protocol Peering.
public class AzureBgpPeering
type AzureBgpPeering = class
Public Class AzureBgpPeering
- Inheritance
-
AzureBgpPeering
Constructors
AzureBgpPeering() |
Initializes a new instance of the AzureBgpPeering class. |
Properties
AdvertisedCommunities |
Optional. Specifies the communities that will be advertised by the peer over this BGP peering. Specific to Microsoft type of peering. |
AdvertisedCommunitiesIpv6 |
Optional. Specifies the communities that will be advertised by the Ipv6 peer over this BGP peering. Specific to Microsoft type of peering. |
AdvertisedPublicPrefixes |
Optional. Specifies the public prefixes that will be advertised by the peer over this BGP peering. Specific to Microsoft type of peering. |
AdvertisedPublicPrefixesIpv6 |
Optional. Specifies the public prefixes that will be advertised by the Ipv6 peer over this BGP peering. Specific to Microsoft type of peering. |
AdvertisedPublicPrefixesState |
Optional. Specifies whether the Azure network has been configured to accept the public prefixes specified as will be advertised by the peer over this BGP peering. Specific to Mirosoft type of peering. |
AdvertisedPublicPrefixesStateIpv6 |
Optional. Specifies whether the Azure network has been configured to accept the Ipv6 public prefixes specified as will be advertised by the peer over this BGP peering. Specific to Mirosoft type of peering. |
AzureAsn |
Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of Windows Azure is configured. |
CustomerAutonomousSystemNumber |
Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the customer is configured. |
CustomerAutonomousSystemNumberIpv6 |
Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the customer is configured for Ipv6. |
LegacyMode |
Optional. Specifies the legacy mode. Specific to Microsoft type of peering. |
PeerAsn |
Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the service provider is configured. |
PrimaryAzurePort |
Optional. Specifies the name of the primary port. |
PrimaryPeerSubnet |
Optional. Specifies the subnet addresses of the interface to be used for establishing the BGP session on the primary port. |
PrimaryPeerSubnetIpv6 |
Optional. Specifies the subnet addresses of the interface to be used for establishing the Ipv6 BGP session on the primary port. |
RoutingRegistryName |
Optional. Specifies the Routing Registry to look up to validate the prefixes specified in AdvertisedPublicPrefixes |
RoutingRegistryNameIpv6 |
Optional. Specifies the Routing Registry to look up to validate the prefixes specified in AdvertisedPublicPrefixesIpv6 |
SecondaryAzurePort |
Optional. Specifies the name of the secondary port. |
SecondaryPeerSubnet |
Optional. Specifies the subnet addresses of the interface to be used for establishing the BGP session on the secondary port. |
SecondaryPeerSubnetIpv6 |
Optional. Specifies the subnet addresses of the interface to be used for establishing the Ipv6 BGP session on the secondary port. |
State |
Optional. The current state of the BGP session. Possible values are Disabled, Enabled. |
StateIpv6 |
Optional. The current state of the Ipv6 BGP session. Possible values are Disabled, Enabled. |
VlanId |
Optional. Specifies the identifier that is used to identify the customer. |