ConnectionBgpConfig

data class ConnectionBgpConfig(val enable: Boolean? = null, val localAsn: String? = null, val localBgpIp: String? = null, val tunnelCidr: String? = null)

Constructors

Link copied to clipboard
fun ConnectionBgpConfig(enable: Boolean? = null, localAsn: String? = null, localBgpIp: String? = null, tunnelCidr: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

Whether to enable BGP.

Link copied to clipboard
val localAsn: String? = null

The ASN on the Alibaba Cloud side.

Link copied to clipboard
val localBgpIp: String? = null

The BGP IP address on the Alibaba Cloud side.

Link copied to clipboard
val tunnelCidr: String? = null

The CIDR block of the IPsec tunnel. The CIDR block belongs to 169.254.0.0/16. The mask of the CIDR block is 30 bits in length.