Gateway Vpn Attachment Bgp Config
data class GatewayVpnAttachmentBgpConfig(val enable: Boolean? = null, val localAsn: Int? = null, val localBgpIp: String? = null, val tunnelCidr: String? = null)
Constructors
Link copied to clipboard
fun GatewayVpnAttachmentBgpConfig(enable: Boolean? = null, localAsn: Int? = null, localBgpIp: String? = null, tunnelCidr: String? = null)