IPConfigurationBgpPeeringAddress Class

Properties of IPConfigurationBgpPeeringAddress.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
IPConfigurationBgpPeeringAddress

Constructor

IPConfigurationBgpPeeringAddress(*, ipconfiguration_id: typing.Union[str, NoneType] = None, custom_bgp_ip_addresses: typing.Union[typing.List[str], NoneType] = None, **kwargs)

Parameters

ipconfiguration_id
str

The ID of IP configuration which belongs to gateway.

custom_bgp_ip_addresses
list[str]

The list of custom BGP peering addresses which belong to IP configuration.

Variables

default_bgp_ip_addresses
list[str]

The list of default BGP peering addresses which belong to IP configuration.

tunnel_ip_addresses
list[str]

The list of tunnel public IP addresses which belong to IP configuration.