BorderGatewayProtocolPeeringUpdateParameters 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.
Update Border Gateway Protocol Peering Operation Parameters.
public class BorderGatewayProtocolPeeringUpdateParameters
type BorderGatewayProtocolPeeringUpdateParameters = class
Public Class BorderGatewayProtocolPeeringUpdateParameters
- Inheritance
-
BorderGatewayProtocolPeeringUpdateParameters
Constructors
BorderGatewayProtocolPeeringUpdateParameters() |
Initializes a new instance of the BorderGatewayProtocolPeeringUpdateParameters class. |
Properties
AdvertisedPublicPrefixes |
Optional. Specifies a comma separated list of public prefixes that the customer would like to announce over the peering. |
AdvertisedPublicPrefixesIpv6 |
Optional. Specifies a comma separated list of Ipv6 public prefixes that the customer would like to announce over the peering. |
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. |
PeerAutonomousSystemNumber |
Optional. Specifies the numeric identifier of the public autonomous system (AS) in which the device of the service provider is configured. |
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 |
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. |
SharedKey |
Optional. Specifies the shared MD5 key that is to be used for authorization. |
VirtualLanId |
Optional. Specifies the identifier that is used to identify the customer. |