Express Route Circuit Peering Config Args
data class ExpressRouteCircuitPeeringConfigArgs(val advertisedCommunities: Output<List<String>>? = null, val advertisedPublicPrefixes: Output<List<String>>? = null, val customerASN: Output<Int>? = null, val legacyMode: Output<Int>? = null, val routingRegistryName: Output<String>? = null) : ConvertibleToJava<ExpressRouteCircuitPeeringConfigArgs>
Specifies the peering configuration.
Constructors
Properties
Link copied to clipboard
The communities of bgp peering. Specified for microsoft peering.
Link copied to clipboard
The reference to AdvertisedPublicPrefixes.
Link copied to clipboard
The CustomerASN of the peering.
Link copied to clipboard
The legacy mode of the peering.
Link copied to clipboard
The RoutingRegistryName of the configuration.