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
constructor(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>)
Properties
Link copied to clipboard
Enable Or Disable state.
Link copied to clipboard
Switch configuration description.
Link copied to clipboard
Originate a defaultRoute. Ex: "True" | "False".
Link copied to clipboard
BGP Ipv4 ListenRange.
Link copied to clipboard
List with stringified ipv4NeighborAddresses.
Link copied to clipboard
BGP Ipv6 ListenRange.
Link copied to clipboard
List with stringified IPv6 Neighbor Address.