ExpressRouteCircuitPeeringConfigResponse

data class ExpressRouteCircuitPeeringConfigResponse(val advertisedCommunities: List<String>? = null, val advertisedPublicPrefixes: List<String>? = null, val advertisedPublicPrefixesState: String, val customerASN: Int? = null, val legacyMode: Int? = null, val routingRegistryName: String? = null)

Specifies the peering configuration.

Constructors

Link copied to clipboard
constructor(advertisedCommunities: List<String>? = null, advertisedPublicPrefixes: List<String>? = null, advertisedPublicPrefixesState: String, customerASN: Int? = null, legacyMode: 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

The reference to AdvertisedPublicPrefixes.

Link copied to clipboard

The advertised public prefix state of the Peering resource.

Link copied to clipboard
val customerASN: Int? = null

The CustomerASN of the peering.

Link copied to clipboard
val legacyMode: Int? = null

The legacy mode of the peering.

Link copied to clipboard

The RoutingRegistryName of the configuration.