IPConfigurationBgpPeeringAddressArgs

data class IPConfigurationBgpPeeringAddressArgs(val customBgpIpAddresses: Output<List<String>>? = null, val ipconfigurationId: Output<String>? = null) : ConvertibleToJava<IPConfigurationBgpPeeringAddressArgs>

Properties of IPConfigurationBgpPeeringAddress.

Constructors

Link copied to clipboard
constructor(customBgpIpAddresses: Output<List<String>>? = null, ipconfigurationId: Output<String>? = null)

Properties

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

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

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

The ID of IP configuration which belongs to gateway.

Functions

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