GatewayVpnAttachmentBgpConfigArgs

data class GatewayVpnAttachmentBgpConfigArgs(val enable: Output<Boolean>? = null, val localAsn: Output<Int>? = null, val localBgpIp: Output<String>? = null, val status: Output<String>? = null, val tunnelCidr: Output<String>? = null) : ConvertibleToJava<GatewayVpnAttachmentBgpConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val enable: Output<Boolean>? = null

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

Link copied to clipboard
val localAsn: Output<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: Output<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: Output<String>? = null

The negotiation status of Tunnel.

Link copied to clipboard
val tunnelCidr: Output<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

Functions

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