BgpSettings Class
BGP settings details.
- Inheritance
-
azure.mgmt.network._serialization.ModelBgpSettings
Constructor
BgpSettings(*, asn: int | None = None, bgp_peering_address: str | None = None, peer_weight: int | None = None, bgp_peering_addresses: List[_models.IPConfigurationBgpPeeringAddress] | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python