GetGatewayVpnAttachmentsAttachmentTunnelOptionsSpecificationTunnelBgpConfig

data class GetGatewayVpnAttachmentsAttachmentTunnelOptionsSpecificationTunnelBgpConfig(val bgpStatus: String, val localAsn: Int, val localBgpIp: String, val peerAsn: String, val peerBgpIp: String, val tunnelCidr: String)

Constructors

constructor(bgpStatus: String, localAsn: Int, localBgpIp: String, peerAsn: String, peerBgpIp: String, tunnelCidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

BGP status.

Link copied to clipboard

The number of the local (Alibaba Cloud) autonomous system of the tunnel. The value range of the autonomous system number is 1 to 4294967295. Default value: 45104.> We recommend that you use the private number of the autonomous system number to establish a BGP connection with Alibaba Cloud. The private number range of the autonomous system number please consult the document yourself.

Link copied to clipboard

The local BGP address of the tunnel (on the Alibaba Cloud side). This address is an IP address in the BGP network segment.

Link copied to clipboard

Peer asn.

Link copied to clipboard

Peer bgp ip.

Link copied to clipboard

The BGP network segment of the tunnel. The network segment must be a network segment with a mask length of 30 in 169.254.0.0/16, and cannot be 169.254.0.0/30, 169.254.1.0/30, 169.254.2.0/30, 169.254.3.0/30, 169.254.4.0/30, 169.254.5.0/30, 169.254.6.0/30, and 169.254.169.252/30.> the network segments of two tunnels under an IPsec connection cannot be the same.