GatewayVpnAttachmentBgpConfigArgs

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

Constructors

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

Functions

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

Properties

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

Whether to enable BGP.

Link copied to clipboard
val localAsn: Output<Int>? = null

The ASN on the Alibaba Cloud side.

Link copied to clipboard
val localBgpIp: Output<String>? = null

The BGP IP address on the Alibaba Cloud side.

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