IPConfigurationBgpPeeringAddressResponse

data class IPConfigurationBgpPeeringAddressResponse(val customBgpIpAddresses: List<String>? = null, val defaultBgpIpAddresses: List<String>, val ipconfigurationId: String? = null, val tunnelIpAddresses: List<String>)

Properties of IPConfigurationBgpPeeringAddress.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The ID of IP configuration which belongs to gateway.

Link copied to clipboard

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