GatewayCustomBgpIpAddressIpConfiguration Class
GatewayCustomBgpIpAddressIpConfiguration for a virtual network gateway connection.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelGatewayCustomBgpIpAddressIpConfiguration
Constructor
GatewayCustomBgpIpAddressIpConfiguration(*, ip_configuration_id: str, custom_bgp_ip_address: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_configuration_id
|
The IpconfigurationId of ipconfiguration which belongs to gateway. Required. |
custom_bgp_ip_address
|
The custom BgpPeeringAddress which belongs to IpconfigurationId. Required. |
Variables
Name | Description |
---|---|
ip_configuration_id
|
The IpconfigurationId of ipconfiguration which belongs to gateway. Required. |
custom_bgp_ip_address
|
The custom BgpPeeringAddress which belongs to IpconfigurationId. Required. |
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