VpnSiteLinkBgpArgs

data class VpnSiteLinkBgpArgs(val asn: Output<Int>, val peeringAddress: Output<String>) : ConvertibleToJava<VpnSiteLinkBgpArgs>

Constructors

Link copied to clipboard
constructor(asn: Output<Int>, peeringAddress: Output<String>)

Properties

Link copied to clipboard
val asn: Output<Int>

The BGP speaker's ASN.

Link copied to clipboard
val peeringAddress: Output<String>

The BGP peering IP address.

Functions

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