IPConfigurationBgpPeeringAddress Class
Properties of IPConfigurationBgpPeeringAddress.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network._serialization.ModelIPConfigurationBgpPeeringAddress
Constructor
IPConfigurationBgpPeeringAddress(*, ipconfiguration_id: str | None = None, custom_bgp_ip_addresses: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ipconfiguration_id
|
The ID of IP configuration which belongs to gateway. |
custom_bgp_ip_addresses
|
The list of custom BGP peering addresses which belong to IP configuration. |
Variables
Name | Description |
---|---|
ipconfiguration_id
|
The ID of IP configuration which belongs to gateway. |
default_bgp_ip_addresses
|
The list of default BGP peering addresses which belong to IP configuration. |
custom_bgp_ip_addresses
|
The list of custom BGP peering addresses which belong to IP configuration. |
tunnel_ip_addresses
|
The list of tunnel public IP addresses which belong to IP configuration. |
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