Bgp Configuration Args
data class BgpConfigurationArgs(val allowAS: Output<Int>? = null, val allowASOverride: Output<Either<String, AllowASOverride>>? = null, val annotation: Output<String>? = null, val defaultRouteOriginate: Output<Either<String, BooleanEnumProperty>>? = null, val ipv4ListenRangePrefixes: Output<List<String>>? = null, val ipv4NeighborAddress: Output<List<NeighborAddressArgs>>? = null, val ipv6ListenRangePrefixes: Output<List<String>>? = null, val ipv6NeighborAddress: Output<List<NeighborAddressArgs>>? = null, val peerASN: Output<Int>) : ConvertibleToJava<BgpConfigurationArgs>
BGP configuration properties
Constructors
Link copied to clipboard
fun BgpConfigurationArgs(allowAS: Output<Int>? = null, allowASOverride: Output<Either<String, AllowASOverride>>? = null, annotation: Output<String>? = null, defaultRouteOriginate: Output<Either<String, BooleanEnumProperty>>? = null, ipv4ListenRangePrefixes: Output<List<String>>? = null, ipv4NeighborAddress: Output<List<NeighborAddressArgs>>? = null, ipv6ListenRangePrefixes: Output<List<String>>? = null, ipv6NeighborAddress: Output<List<NeighborAddressArgs>>? = null, peerASN: Output<Int>)