ExpressRouteCircuitPeeringIpv6

data class ExpressRouteCircuitPeeringIpv6(val enabled: Boolean? = null, val microsoftPeering: ExpressRouteCircuitPeeringIpv6MicrosoftPeering? = null, val primaryPeerAddressPrefix: String, val routeFilterId: String? = null, val secondaryPeerAddressPrefix: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, microsoftPeering: ExpressRouteCircuitPeeringIpv6MicrosoftPeering? = null, primaryPeerAddressPrefix: String, routeFilterId: String? = null, secondaryPeerAddressPrefix: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

A boolean value indicating whether the IPv6 peering is enabled. Defaults to true.

Link copied to clipboard

A microsoft_peering block as defined below.

Link copied to clipboard

A subnet for the primary link.

Link copied to clipboard
val routeFilterId: String? = null

The ID of the Route Filter. Only available when peering_type is set to MicrosoftPeering.

Link copied to clipboard

A subnet for the secondary link.