Express Route Circuit Peering Ipv6Microsoft Peering Args
data class ExpressRouteCircuitPeeringIpv6MicrosoftPeeringArgs(val advertisedCommunities: Output<List<String>>? = null, val advertisedPublicPrefixes: Output<List<String>>? = null, val customerAsn: Output<Int>? = null, val routingRegistryName: Output<String>? = null) : ConvertibleToJava<ExpressRouteCircuitPeeringIpv6MicrosoftPeeringArgs>
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
.