IPConfigurationBgpPeeringAddress Class

Properties of IPConfigurationBgpPeeringAddress.

Constructor

IPConfigurationBgpPeeringAddress(*args: Any, **kwargs: Any)

Variables

Name Description
ipconfiguration_id
str

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.

Attributes

custom_bgp_ip_addresses

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

custom_bgp_ip_addresses: list[str] | None

default_bgp_ip_addresses

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

default_bgp_ip_addresses: list[str] | None

ipconfiguration_id

The ID of IP configuration which belongs to gateway.

ipconfiguration_id: str | None

tunnel_ip_addresses

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

tunnel_ip_addresses: list[str] | None