BgpSettings Class
BGP settings details.
Constructor
BgpSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
asn
|
The BGP speaker's ASN. |
|
bgp_peering_address
|
The BGP peering address and BGP identifier of this BGP speaker. |
|
peer_weight
|
The weight added to routes learned from this BGP speaker. |
|
bgp_peering_addresses
|
BGP peering address with IP configuration ID for virtual network gateway. |
Attributes
asn
The BGP speaker's ASN.
asn: int | None
bgp_peering_address
The BGP peering address and BGP identifier of this BGP speaker.
bgp_peering_address: str | None
bgp_peering_addresses
BGP peering address with IP configuration ID for virtual network gateway.
bgp_peering_addresses: list['_models.IPConfigurationBgpPeeringAddress'] | None
peer_weight
The weight added to routes learned from this BGP speaker.
peer_weight: int | None