ExpressRouteCircuitPeeringIpv6Args

data class ExpressRouteCircuitPeeringIpv6Args(val enabled: Output<Boolean>? = null, val microsoftPeering: Output<ExpressRouteCircuitPeeringIpv6MicrosoftPeeringArgs>? = null, val primaryPeerAddressPrefix: Output<String>, val routeFilterId: Output<String>? = null, val secondaryPeerAddressPrefix: Output<String>) : ConvertibleToJava<ExpressRouteCircuitPeeringIpv6Args>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, microsoftPeering: Output<ExpressRouteCircuitPeeringIpv6MicrosoftPeeringArgs>? = null, primaryPeerAddressPrefix: Output<String>, routeFilterId: Output<String>? = null, secondaryPeerAddressPrefix: Output<String>)

Properties

Link copied to clipboard
val enabled: Output<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: Output<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.

Functions

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