VpnGatewayBgpSettingsInstance1BgpPeeringAddressArgs

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

Constructors

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

Properties

Link copied to clipboard
val customIps: Output<List<String>>

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

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

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

Link copied to clipboard
val ipConfigurationId: Output<String>? = null

The pre-defined id of VPN Gateway IP Configuration.

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

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

Functions

Link copied to clipboard
open override fun toJava(): VpnGatewayBgpSettingsInstance1BgpPeeringAddressArgs