Express Route Circuit Peering Microsoft Peering Config Args
data class ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs(val advertisedCommunities: Output<List<String>>? = null, val advertisedPublicPrefixes: Output<List<String>>, val customerAsn: Output<Int>? = null, val routingRegistryName: Output<String>? = null) : ConvertibleToJava<ExpressRouteCircuitPeeringMicrosoftPeeringConfigArgs>
Constructors
Properties
Link copied to clipboard
The communities of Bgp Peering specified for microsoft peering.
Link copied to clipboard
A list of Advertised Public Prefixes.
Link copied to clipboard
The CustomerASN of the peering. Defaults to 0
.
Link copied to clipboard
The Routing Registry against which the AS number and prefixes are registered. For example: ARIN
, RIPE
, AFRINIC
etc. Defaults to NONE
.