ExpressRouteCircuitPeeringIpv6MicrosoftPeering

data class ExpressRouteCircuitPeeringIpv6MicrosoftPeering(val advertisedCommunities: List<String>? = null, val advertisedPublicPrefixes: List<String>? = null, val customerAsn: Int? = null, val routingRegistryName: String? = null)

Constructors

constructor(advertisedCommunities: List<String>? = null, advertisedPublicPrefixes: List<String>? = null, customerAsn: Int? = null, routingRegistryName: String? = null)

Types

Link copied to clipboard
object Companion

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
val customerAsn: Int? = null

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.