ExpressRouteCircuitPeeringConfigArgs

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

Link copied to clipboard
constructor(advertisedCommunities: Output<List<String>>? = null, advertisedPublicPrefixes: Output<List<String>>? = null, customerASN: Output<Int>? = null, legacyMode: Output<Int>? = null, routingRegistryName: Output<String>? = null)

Properties

Link copied to clipboard
val advertisedCommunities: Output<List<String>>? = null

The communities of bgp peering. Specified for microsoft peering.

Link copied to clipboard
val advertisedPublicPrefixes: Output<List<String>>? = null

The reference to AdvertisedPublicPrefixes.

Link copied to clipboard
val customerASN: Output<Int>? = null

The CustomerASN of the peering.

Link copied to clipboard
val legacyMode: Output<Int>? = null

The legacy mode of the peering.

Link copied to clipboard
val routingRegistryName: Output<String>? = null

The RoutingRegistryName of the configuration.

Functions

Link copied to clipboard
open override fun toJava(): ExpressRouteCircuitPeeringConfigArgs