Bgp Session Args
data class BgpSessionArgs(val maxPrefixesAdvertisedV4: Output<Int>? = null, val maxPrefixesAdvertisedV6: Output<Int>? = null, val md5AuthenticationKey: Output<String>? = null, val microsoftSessionIPv4Address: Output<String>? = null, val microsoftSessionIPv6Address: Output<String>? = null, val peerSessionIPv4Address: Output<String>? = null, val peerSessionIPv6Address: Output<String>? = null, val sessionPrefixV4: Output<String>? = null, val sessionPrefixV6: Output<String>? = null) : ConvertibleToJava<BgpSessionArgs>
The properties that define a BGP session.
Constructors
Link copied to clipboard
fun BgpSessionArgs(maxPrefixesAdvertisedV4: Output<Int>? = null, maxPrefixesAdvertisedV6: Output<Int>? = null, md5AuthenticationKey: Output<String>? = null, microsoftSessionIPv4Address: Output<String>? = null, microsoftSessionIPv6Address: Output<String>? = null, peerSessionIPv4Address: Output<String>? = null, peerSessionIPv6Address: Output<String>? = null, sessionPrefixV4: Output<String>? = null, sessionPrefixV6: Output<String>? = null)