GatewayVpnAttachmentBgpConfig

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

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null, localAsn: Int? = null, localBgpIp: String? = null, status: String? = null, tunnelCidr: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

Whether to enable the BGP function. Valid values: true or false (default).

Link copied to clipboard
val localAsn: Int? = null

The autonomous system number on the Alibaba Cloud side. The value range of autonomous system number is 1~4294967295. Default value: 45104

Link copied to clipboard
val localBgpIp: String? = null

The BGP address on the Alibaba Cloud side. This address is an IP address in the IPsec tunnel network segment.

Link copied to clipboard
val status: String? = null

The negotiation status of Tunnel.

Link copied to clipboard
val tunnelCidr: String? = null

IPsec tunnel network segment. This network segment must be a network segment with a mask length of 30 within 169.254.0.0/16