VpnGatewayBgpSettingsInstance1BgpPeeringAddress

data class VpnGatewayBgpSettingsInstance1BgpPeeringAddress(val customIps: List<String>, val defaultIps: List<String>? = null, val ipConfigurationId: String? = null, val tunnelIps: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val defaultIps: List<String>? = null

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
val tunnelIps: List<String>? = null

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