Gateway Vpn Attachment Bgp Config Args
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)