Ipv6ExpressRouteCircuitPeeringConfigArgs

data class Ipv6ExpressRouteCircuitPeeringConfigArgs(val microsoftPeeringConfig: Output<ExpressRouteCircuitPeeringConfigArgs>? = null, val primaryPeerAddressPrefix: Output<String>? = null, val routeFilter: Output<SubResourceArgs>? = null, val secondaryPeerAddressPrefix: Output<String>? = null, val state: Output<Either<String, ExpressRouteCircuitPeeringState>>? = null) : ConvertibleToJava<Ipv6ExpressRouteCircuitPeeringConfigArgs>

Contains IPv6 peering config.

Constructors

Link copied to clipboard
constructor(microsoftPeeringConfig: Output<ExpressRouteCircuitPeeringConfigArgs>? = null, primaryPeerAddressPrefix: Output<String>? = null, routeFilter: Output<SubResourceArgs>? = null, secondaryPeerAddressPrefix: Output<String>? = null, state: Output<Either<String, ExpressRouteCircuitPeeringState>>? = null)

Properties

Link copied to clipboard

The Microsoft peering configuration.

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

The primary address prefix.

Link copied to clipboard
val routeFilter: Output<SubResourceArgs>? = null

The reference to the RouteFilter resource.

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

The secondary address prefix.

Link copied to clipboard
val state: Output<Either<String, ExpressRouteCircuitPeeringState>>? = null

The state of peering.

Functions

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