GetVpnGatewayBgpSettingInstance0BgpPeeringAddress

data class GetVpnGatewayBgpSettingInstance0BgpPeeringAddress(val customIps: List<String>, val defaultIps: List<String>, val ipConfigurationId: String, val tunnelIps: List<String>)

Constructors

constructor(customIps: List<String>, defaultIps: List<String>, ipConfigurationId: String, tunnelIps: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of custom BGP peering addresses to assigned to this instance.

Link copied to clipboard

The list of default BGP peering addresses which belong to the pre-defined VPN Gateway IP configuration.

Link copied to clipboard

The pre-defined id of VPN Gateway IP Configuration.

Link copied to clipboard

The list of tunnel public IP addresses which belong to the pre-defined VPN Gateway IP configuration.