data class BgpPeerArgs(val asNumber: Output<Double>, val password: Output<String>? = null, val peerIp: Output<String>) : ConvertibleToJava<BgpPeerArgs>
The IPv4 or IPv6 address to peer with the associated CNI Network. The IP version type will drive a peering with the same version type from the Default CNI Network. For example, IPv4 to IPv4 or IPv6 to IPv6.